mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Adapt message requests to support invite flow.
This commit is contained in:
@@ -83,6 +83,9 @@ public class MessageSender {
|
||||
|
||||
private static final String TAG = MessageSender.class.getSimpleName();
|
||||
|
||||
/**
|
||||
* Suitable for a 1:1 conversation or a GV1 group only.
|
||||
*/
|
||||
@WorkerThread
|
||||
public static void sendProfileKey(final Context context, final long threadId) {
|
||||
ApplicationDependencies.getJobManager().add(ProfileKeySendJob.create(context, threadId));
|
||||
|
||||
Reference in New Issue
Block a user