From b9245a62f8389af1719e78020f3482a488b70a55 Mon Sep 17 00:00:00 2001 From: cgi-bin/ <6095048+sven-hash@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:30:47 +0200 Subject: [PATCH 1/2] typo --- lib/console_ui.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/console_ui.dart b/lib/console_ui.dart index b4aa6d7..6611884 100644 --- a/lib/console_ui.dart +++ b/lib/console_ui.dart @@ -158,7 +158,7 @@ Future otherMenuUi(Tree node, var contactList) async { 'Search word(s)', // 4 'Search by client name', // 5 'Change number of days printed', // 6 - 'Applicatoin stats', // 7 + 'Application stats', // 7 'Help and About', // 8 'Go back to main menu'], // 9 "Other Menu"); // menu name From 7bea613ddf5ae743e01c2aa606e8e76480ef8c67 Mon Sep 17 00:00:00 2001 From: cgi-bin/ <6095048+sven-hash@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:32:09 +0200 Subject: [PATCH 2/2] add wss://nostr.ono.re --- lib/settings.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/settings.dart b/lib/settings.dart index 9dfb00c..5b23513 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -34,7 +34,8 @@ List gListRelayUrls = [ defaultServerUrl, relayNostrInfo, "wss://nostr-verified.wellorder.net", "wss://nostr-relay.wlvs.space", - "wss://nostr-pub.wellorder.net" + "wss://nostr-pub.wellorder.net", + "wss://nostr.ono.re" ]; // name of executable