mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-10-11 03:42:34 +02:00
same as previous
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user