Closed SHAcollision closed 1 day 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.
/follows
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.
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.