Use Message received_at_ms to hide typing bubble
This commit is contained in:
parent
a2cfaa81a4
commit
dca32747db
3 changed files with 4 additions and 2 deletions
|
@ -44,8 +44,8 @@ export function SmartTypingBubble({
|
|||
if ('author' in lastItem.data) {
|
||||
lastItemAuthorId = lastItem.data.author?.id;
|
||||
}
|
||||
if ('timestamp' in lastItem.data) {
|
||||
lastItemTimestamp = lastItem.data.timestamp;
|
||||
if ('receivedAtMS' in lastItem.data) {
|
||||
lastItemTimestamp = lastItem.data.receivedAtMS;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue