mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
Fix open hashtagrooms
This commit is contained in:
parent
b9f62cdac5
commit
ae00744b58
@ -94,7 +94,9 @@ class _ChatListState extends State<ChatList> {
|
|||||||
PublicRoomEntry(
|
PublicRoomEntry(
|
||||||
aliases: [searchController.text],
|
aliases: [searchController.text],
|
||||||
name: searchController.text,
|
name: searchController.text,
|
||||||
roomId: searchController.text),
|
roomId: searchController.text,
|
||||||
|
client: Matrix.of(context).client,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user