mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Consistent scheduling of sendToGroup
This commit is contained in:
@@ -1215,7 +1215,7 @@ export class ConversationModel extends window.Backbone
|
||||
online: true,
|
||||
};
|
||||
if (isDirectConversation(this.attributes)) {
|
||||
handleMessageSend(
|
||||
await handleMessageSend(
|
||||
window.textsecure.messaging.sendMessageProtoAndWait({
|
||||
timestamp,
|
||||
recipients: groupMembers,
|
||||
@@ -1227,7 +1227,7 @@ export class ConversationModel extends window.Backbone
|
||||
{ messageIds: [], sendType: 'typing' }
|
||||
);
|
||||
} else {
|
||||
handleMessageSend(
|
||||
await handleMessageSend(
|
||||
window.Signal.Util.sendContentMessageToGroup({
|
||||
contentHint: ContentHint.IMPLICIT,
|
||||
contentMessage,
|
||||
|
||||
Reference in New Issue
Block a user