mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-12-01 16:28:33 +01:00
added another treeSelector so that only events with likes etc are printed. minor refactoring.
This commit is contained in:
@@ -27,7 +27,7 @@ class UserNameInfo {
|
||||
Map<String, UserNameInfo> gKindONames = {};
|
||||
|
||||
// global reactions entry. Map of form <if of event reacted to, List of Reactors>
|
||||
// reach Reactor is a list of 2-elements ( first is public id of reactor, second is comment)
|
||||
// reach Reactor is a list of 2-elements ( first is public id of reactor event, second is comment)
|
||||
Map< String, List<List<String>> > gReactions = {};
|
||||
|
||||
// global contact list of each user, including of the logged in user.
|
||||
|
||||
Reference in New Issue
Block a user