From 8bccdd5814585448039b30893c20fca72e3b8ebc Mon Sep 17 00:00:00 2001 From: Divyanka Date: Thu, 30 Jul 2020 17:16:23 +0530 Subject: [PATCH] Update file1 --- file1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file1 b/file1 index 292cf5c..78cff73 100644 --- a/file1 +++ b/file1 @@ -2,7 +2,7 @@ When a user posts a GitHub url on the channel, we show an unfurled card to the user with the important information of the resource. -## Flow: +## Flow 1. When a user posts github url in Teams channel, we get a request and we handle it in the function - handleTeamsAppBasedLinkQuery. 2. We fetch the user information and the github client. We use user's auth token in the github client in case user is signed in, otherwise auth token is taken as empty string.