mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 21:57:17 +00:00
Ensure typing indicators are sent as online messages with sender key.
This commit is contained in:
@@ -252,7 +252,7 @@ public class SignalServiceMessageSender {
|
||||
throws IOException, UntrustedIdentityException, InvalidKeyException, NoSessionException
|
||||
{
|
||||
Content content = createTypingContent(message);
|
||||
sendGroupMessage(distributionId, recipients, unidentifiedAccess, message.getTimestamp(), content, ContentHint.IMPLICIT, message.getGroupId().orNull(), false);
|
||||
sendGroupMessage(distributionId, recipients, unidentifiedAccess, message.getTimestamp(), content, ContentHint.IMPLICIT, message.getGroupId().orNull(), true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user