Good point - how do yall implement mute on Nos?
I dont think currently damus imports / checks for mute lists generated on other clients - @Daniel D’Aquino lmk if I am wrong.
This should be added. Checking backlog.
Login to reply
Replies (4)
@elsat, I am not 100% familiar with the details of mute-lists, but I believe they are often stored in a special kind of Nostr event, so it should be generally interoperable, but yeah, there might be some specific detail that is causing this issue
I think Damus is still using the old kind 30000 mute list which has been deprecated and everyone is standardizing on 10000. We are using 10000 in Nos. See 
GitHub
nips/51.md at master · nostr-protocol/nips
Nostr Implementation Possibilities. Contribute to nostr-protocol/nips development by creating an account on GitHub.
we have 10000 on TestFlight, do you do encrypted mutes?
Damus 1.9 imports muted list from nos without trouble

GitHub
How does Damus handle recognizing, importing, reconciling mute lists generated in another nostr app? · Issue #2155 · damus-io/damus
What happens Reported: when I generate a mute list in Nos social, and I bring my keys with me to Damus, I dont carry over my mute list. What I expe...