Use Message received_at_ms to hide typing bubble

This commit is contained in:
ayumi-signal
2023-11-03 17:55:12 -07:00
committed by GitHub
parent a2cfaa81a4
commit dca32747db
3 changed files with 4 additions and 2 deletions

View File

@@ -221,6 +221,7 @@ export type PropsData = {
isSpoilerExpanded?: Record<number, boolean>;
direction: DirectionType;
timestamp: number;
receivedAtMS?: number;
status?: MessageStatusType;
contact?: EmbeddedContactType;
author: Pick<