Clear typing indicator after receiving edits
This commit is contained in:
parent
9c325ea724
commit
3abacb25ce
4 changed files with 9 additions and 2 deletions
|
@ -14,6 +14,7 @@ import { getMessageSentTimestamp } from '../util/getMessageSentTimestamp';
|
|||
export type EditAttributesType = {
|
||||
conversationId: string;
|
||||
fromId: string;
|
||||
fromDevice: number;
|
||||
message: MessageAttributesType;
|
||||
targetSentTimestamp: number;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue