Clear typing indicator after receiving edits
This commit is contained in:
parent
9c325ea724
commit
3abacb25ce
4 changed files with 9 additions and 2 deletions
|
@ -198,6 +198,7 @@ export async function sendEditedMessage(
|
|||
const editAttributes = {
|
||||
conversationId,
|
||||
fromId,
|
||||
fromDevice: window.storage.user.getDeviceId() ?? 1,
|
||||
message: tmpMessage,
|
||||
targetSentTimestamp,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue