Refactor: Move data-access code to Typescript w/ shared interface
This commit is contained in:
@@ -50,7 +50,7 @@ exports.createConversation = async ({
|
||||
unread: numMessages,
|
||||
});
|
||||
const conversationId = conversation.get('id');
|
||||
Signal.Data.updateConversation(conversationId, conversation.attributes);
|
||||
Signal.Data.updateConversation(conversation.attributes);
|
||||
|
||||
await Promise.all(
|
||||
range(0, numMessages).map(async index => {
|
||||
|
Reference in New Issue
Block a user