Skip to content

Commit

Permalink
use skip team mode in SyncChat flow (keybase#24516)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim authored May 20, 2021
1 parent b368417 commit 2cc9c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/chat/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ func (s *Syncer) Sync(ctx context.Context, cli chat1.RemoteInterface, uid gregor
if *syncRes, err = cli.SyncChat(ctx, chat1.SyncChatArg{
Vers: vers,
SummarizeMaxMsgs: true,
ParticipantsMode: chat1.InboxParticipantsMode_SKIP_TEAMS,
}); err != nil {
s.Debug(ctx, "Sync: failed to sync inbox: %s", err.Error())
return err
Expand Down

0 comments on commit 2cc9c22

Please sign in to comment.