fix: Joining room aliases not published into the room directory

This commit is contained in:
Sorunome 2021-08-15 09:14:23 +02:00
commit 0f59db3d22
2 changed files with 6 additions and 7 deletions

View file

@ -23,7 +23,6 @@ class SearchController extends State<Search> {
String lastServer;
Timer _coolDown;
String genericSearchTerm;
String alias;
void search(String query) async {
setState(() => null);