mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
fix: Chats do not load
This commit is contained in:
parent
23b14e8730
commit
a603597b20
@ -289,6 +289,9 @@ class ChatController extends State<ChatPageWithRoom> {
|
||||
await Matrix.of(context).client.roomsLoading;
|
||||
await Matrix.of(context).client.accountDataLoading;
|
||||
eventContextId ??= room.fullyRead;
|
||||
if (!eventContextId.isValidMatrixId || eventContextId.sigil != '\$') {
|
||||
eventContextId = null;
|
||||
}
|
||||
try {
|
||||
timeline = await room
|
||||
.getTimeline(
|
||||
|
Loading…
Reference in New Issue
Block a user