mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-12-02 00:37:30 +01:00
printed notifications for channels too at start
so all three notifications get printed now at start
This commit is contained in:
@@ -214,6 +214,13 @@ class EventData {
|
||||
String? decrypted = decryptContent();
|
||||
if( decrypted != null) {
|
||||
evaluatedContent = decrypted;
|
||||
|
||||
// hubgroup can have two types of messages
|
||||
// 1. sent by self, declaring the pub/pri keys of the new group chat and its N members (not including user themselve). Its len is (64) * (2 + N) and spaces
|
||||
// hub grp pubkey, hub grp prikey, participant1, participant2, .. participantN
|
||||
// 2. Messages from users that are to be broadcast to others
|
||||
// hub grp pubkey, <message>
|
||||
//
|
||||
}
|
||||
break;
|
||||
} // end switch
|
||||
|
||||
Reference in New Issue
Block a user