mirror of
https://github.com/nostrlabs-io/notepush.git
synced 2025-06-15 03:26:34 +00:00
Better mute handling
This commit improves the robustness of mute list handling: 1. It listens to new mute lists from the relay interface, and saves them whenever there is a new one 2. It uses the user's own relay lists to fetch events (such as mute lists), helping to ensure we get their mute lists even when they are not stored in the Damus relay 3. It saves events it sees when fetching them from the network, if applicable Changelog-Changed: Improved robustness of mute handling Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1658,6 +1658,7 @@ dependencies = [
|
||||
"fallible-streaming-iterator",
|
||||
"hashlink",
|
||||
"libsqlite3-sys",
|
||||
"serde_json",
|
||||
"smallvec",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user