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 ( return (
this.isExpirationTimerUpdate() || this.isExpirationTimerUpdate() ||
this.isDataExtractionNotification() || this.isDataExtractionNotification() ||
this.isMessageRequestResponse || this.isMessageRequestResponse() ||
this.isGroupUpdate() this.isGroupUpdate()
); );
} }

Loading…
Cancel
Save