mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Reactively share profiles to those who should already have it.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user