mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-11 01:10:54 +02:00
text changes
This commit is contained in:
parent
bb2c82f8d4
commit
916da86ebf
@ -1019,7 +1019,9 @@ Future<void> encryptedChannelMenuUI(Store node) async {
|
|||||||
|
|
||||||
String menuInfo = """Encrypted Channel howto: You can create a channel, and then enter the channel by entering the first few unique letters of its pubkey or name.
|
String menuInfo = """Encrypted Channel howto: You can create a channel, and then enter the channel by entering the first few unique letters of its pubkey or name.
|
||||||
In case you have been invited to a new channel, you can enter that channel the same way as above.
|
In case you have been invited to a new channel, you can enter that channel the same way as above.
|
||||||
Once in a room/channel, you can then add new participants by typing '/add <their 64 byte hex public key>' and pressing enter.""";
|
Once in a room/channel, you can then add new participants by typing '/add <their 64 byte hex public key>' and pressing enter.
|
||||||
|
When inside a channel, type '/reply <first few letters of id of post to reply to> <your message> to reply to a post.
|
||||||
|
When in a channel, press 'x' to exit. """;
|
||||||
|
|
||||||
int option = showMenu([ 'Enter an encrypted channel', // 1
|
int option = showMenu([ 'Enter an encrypted channel', // 1
|
||||||
'Show all encrypted channels', // 2
|
'Show all encrypted channels', // 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user