same as previous

This commit is contained in:
Vishal
2022-11-30 01:44:33 +05:30
parent bb644103f7
commit c80a60fa45

View File

@@ -589,7 +589,8 @@ Future<void> 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);