mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add message editing feature.
This commit is contained in:
@@ -102,7 +102,8 @@ public class RemoteReplyReceiver extends BroadcastReceiver {
|
||||
null,
|
||||
recipient.isPushGroup(),
|
||||
null,
|
||||
-1);
|
||||
-1,
|
||||
0);
|
||||
threadId = MessageSender.send(context, reply, -1, MessageSender.SendType.SIGNAL, null, null);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user