mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-06 03:59:28 +01:00
Fix read reciepts
This commit is contained in:
parent
d0d33ce2c8
commit
25f5d5f4fd
@ -376,6 +376,10 @@ class ChatController extends State<ChatPageWithRoom> {
|
||||
room.setTyping(false);
|
||||
currentlyTyping = false;
|
||||
}
|
||||
// then cancel the old timeline
|
||||
// fixes bug with read reciepts and quick switching
|
||||
loadTimelineFuture = _getTimeline(eventContextId: room.fullyRead);
|
||||
|
||||
// then set the new sending client
|
||||
setState(() => sendingClient = c);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user