fix: Chat ui

This commit is contained in:
Christian Pauly 2021-04-17 09:51:08 +02:00
commit ea0c94cfd2

View file

@ -184,7 +184,7 @@ class ChatController extends State<Chat> {
} }
}); });
} }
updateView(); filteredEvents = timeline.getFilteredEvents(unfolded: unfolded);
return true; return true;
} }