fix: typo for isControlMessage()

pull/2940/head
Audric Ackermann 1 year ago
parent 36c297f368
commit 50b99ec24f

@ -202,7 +202,7 @@ export class MessageModel extends Backbone.Model<MessageAttributes> {
return (
this.isExpirationTimerUpdate() ||
this.isDataExtractionNotification() ||
this.isMessageRequestResponse ||
this.isMessageRequestResponse() ||
this.isGroupUpdate()
);
}

Loading…
Cancel
Save