Send just sync message if we've already sent to all recipients
This commit is contained in:
parent
a88560183b
commit
16d180efac
2 changed files with 16 additions and 6 deletions
|
@ -1581,6 +1581,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
this.set({
|
||||
// This is the same as a normal send()
|
||||
expirationStartTimestamp: Date.now(),
|
||||
errors: [],
|
||||
});
|
||||
const result = await this.sendSyncMessage();
|
||||
this.set({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue