vishalxl / nostr_console

Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
GNU Affero General Public License v3.0
439 stars 33 forks source link

As of version 0.3.1-beta, Nostr Console is not loading all the events that were previous seen or saved #55

Closed vishalxl closed 5 months ago

vishalxl commented 1 year ago

This can be observed by running the application with default or any events file name, saving it, and then restarting it with same events file. Its observed that the restart does not load all the events that were received and saved in previous run.

vishalxl commented 1 year ago

Needs to be tested with 0.3.2 version.

vishalxl commented 5 months ago

Added userRelevant flag and fixed this issue with latest commit, so that all relevant comments are now saved.

(reactions are still not saved).