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

@@ -91,7 +91,7 @@ public class MessageSender {
*/
@WorkerThread
public static void sendProfileKey(final Context context, final long threadId) {
ApplicationDependencies.getJobManager().add(ProfileKeySendJob.create(context, threadId));
ApplicationDependencies.getJobManager().add(ProfileKeySendJob.create(context, threadId, false));
}
public static long send(final Context context,