mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Use Message received_at_ms to hide typing bubble
This commit is contained in:
@@ -221,6 +221,7 @@ export type PropsData = {
|
||||
isSpoilerExpanded?: Record<number, boolean>;
|
||||
direction: DirectionType;
|
||||
timestamp: number;
|
||||
receivedAtMS?: number;
|
||||
status?: MessageStatusType;
|
||||
contact?: EmbeddedContactType;
|
||||
author: Pick<
|
||||
|
||||
Reference in New Issue
Block a user