Fix open hashtagrooms

onboarding
Christian Pauly 5 years ago
parent b08eb2b6fe
commit 724b480cab

@ -92,9 +92,11 @@ class _ChatListState extends State<ChatList> {
searchController.text.sigil == "#") {
publicRoomsResponse.publicRooms.add(
PublicRoomEntry(
aliases: [searchController.text],
name: searchController.text,
roomId: searchController.text),
aliases: [searchController.text],
name: searchController.text,
roomId: searchController.text,
client: Matrix.of(context).client,
),
);
}
}

Loading…
Cancel
Save