Fixes edit message conversation not being the right convo
This commit is contained in:
parent
6b1a56208f
commit
4b7f1dbada
1 changed files with 3 additions and 1 deletions
|
@ -221,7 +221,9 @@ export async function handleEditMessage(
|
|||
mainMessageModel.set(updatedFields);
|
||||
}
|
||||
|
||||
const conversation = window.ConversationController.get(editAttributes.fromId);
|
||||
const conversation = window.ConversationController.get(
|
||||
editAttributes.conversationId
|
||||
);
|
||||
|
||||
// Send delivery receipts, but only for non-story sealed sender messages
|
||||
// and not for messages from unaccepted conversations.
|
||||
|
|
Loading…
Reference in a new issue