mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-10-11 11:52:47 +02:00
same as previous
This commit is contained in:
@@ -589,7 +589,8 @@ Future<void> channelMenuUI(Store node) async {
|
|||||||
bool justShowedChannels = false;
|
bool justShowedChannels = false;
|
||||||
while(continueChatMenu) {
|
while(continueChatMenu) {
|
||||||
|
|
||||||
//await processNotifications(node); // this takes 300 ms
|
await processAnyIncomingEvents(node); // this takes 300 ms
|
||||||
|
|
||||||
if( !justShowedChannels) {
|
if( !justShowedChannels) {
|
||||||
printInColor(" Public Channels ", gCommentColor);
|
printInColor(" Public Channels ", gCommentColor);
|
||||||
node.printChannelsOverview(node.channels, gNumRoomsShownByDefault, selectorShowAllRooms, node.allChildEventsMap, null);
|
node.printChannelsOverview(node.channels, gNumRoomsShownByDefault, selectorShowAllRooms, node.allChildEventsMap, null);
|
||||||
|
Reference in New Issue
Block a user