Oddbean new post about | logout
 Good point - how do yall implement mute on Nos? 

I dont think currently damus imports / checks for mute lists generated on other clients - @danieldaquino lmk if I am wrong.

This should be added. Checking backlog. 
 @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 https://github.com/nostr-protocol/nips/blob/master/51.md#deprecated-standard-lists 
 we have 10000 on TestFlight, do you do encrypted mutes? 
 sweet. We don’t do encrypted mutes yet, but we should. Do you? 
 No not yet 
 confirmed I can see your mute list from damus TestFlight 
 🎉 
 Damus 1.9 imports muted list from nos without trouble

https://github.com/damus-io/damus/issues/2155