Reactively share profiles to those who should already have it.

This commit is contained in:
Greyson Parrelli
2021-05-06 10:07:23 -04:00
parent 7a02404f7b
commit 56ea11cdff
8 changed files with 122 additions and 21 deletions

View File

@@ -567,7 +567,7 @@ public class ConversationActivity extends PassphraseRequiredActivity
ApplicationDependencies.getJobManager()
.startChain(new RequestGroupV2InfoJob(groupId))
.then(new GroupV2UpdateSelfProfileKeyJob(groupId))
.then(GroupV2UpdateSelfProfileKeyJob.withoutLimits(groupId))
.enqueue();
if (viewModel.getArgs().isFirstTimeInSelfCreatedGroup()) {