Refactor: Move data-access code to Typescript w/ shared interface
This commit is contained in:
@@ -240,10 +240,7 @@
|
||||
this.model.set({
|
||||
draft: draft.slice(0, MAX_MESSAGE_BODY_LENGTH),
|
||||
});
|
||||
window.Signal.Data.updateConversation(
|
||||
conversation.id,
|
||||
conversation.attributes
|
||||
);
|
||||
window.Signal.Data.updateConversation(conversation.attributes);
|
||||
}
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user