Delivery receipt support for edited messages

This commit is contained in:
Josh Perez 2023-03-29 17:58:16 -04:00 committed by GitHub
parent 43e70720f7
commit d093b1ab13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 143 additions and 22 deletions

View file

@ -41,7 +41,7 @@ export async function onEdit(edit: EditAttributesType): Promise<void> {
edits.add(edit);
try {
// The conversation the deleted message was in; we have to find it in the database
// The conversation the edited message was in; we have to find it in the database
// to to figure that out.
const targetConversation =
await window.ConversationController.getConversationForTargetMessage(