pubky / pubky-nexus

The Nexus between Pubky homeservers and Pubky-App social features.
MIT License
6 stars 1 forks source link

Add muted users #156

Closed SHAcollision closed 1 day ago

SHAcollision commented 3 weeks ago

We can take inspiration on our implementation for /follows . Very similarly, the user can store a list of users he wants to mute on the homeserver.

Nexus can filter out posts by users with those IDs when crafting feeds.

Challenge: the simplest way to implement mutes means that the returned list might be smaller than limit length.