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