diff --git a/lib/console_ui.dart b/lib/console_ui.dart index b8989e7..f5ac31b 100644 --- a/lib/console_ui.dart +++ b/lib/console_ui.dart @@ -589,7 +589,8 @@ Future channelMenuUI(Store node) async { bool justShowedChannels = false; while(continueChatMenu) { - //await processNotifications(node); // this takes 300 ms + await processAnyIncomingEvents(node); // this takes 300 ms + if( !justShowedChannels) { printInColor(" Public Channels ", gCommentColor); node.printChannelsOverview(node.channels, gNumRoomsShownByDefault, selectorShowAllRooms, node.allChildEventsMap, null);