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