mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 09:28:14 +01:00
Refactor: Move data-access code to Typescript w/ shared interface
This commit is contained in:
@@ -1123,13 +1123,7 @@
|
||||
},
|
||||
|
||||
async saveModel() {
|
||||
window.Signal.Data.updateConversation(
|
||||
this.model.id,
|
||||
this.model.attributes,
|
||||
{
|
||||
Conversation: Whisper.Conversation,
|
||||
}
|
||||
);
|
||||
window.Signal.Data.updateConversation(this.model.attributes);
|
||||
},
|
||||
|
||||
async addAttachment(attachment) {
|
||||
|
||||
Reference in New Issue
Block a user