-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purge messages from blocked users from Messages API #55
Comments
i liked karissa's nuancing point of it being useful to see the context of why someone was banned. this is the default in irc for example simultaneously the opposite is also useful, where everything is removed from the banned peer. i think all messages since the ban has a precedence and creates observability where there otherwise is none |
@cblgh +1 In the scenario where a conflict results in a user is being forcibly ejected from a group, then you'd most likely would want to keep the history in order not literally 'lose' the argument, hehehe. In a different scenario where a malicious user generates 300+ nonsensical spam feeds, then you would most likely want to filter those feeds during replication/exchange to prevent them from bouncing around among the peers and potentially overloading a cabal. I can also think of a couple of scenarios where you would want to eradicate all traces of a single feed.... But i'm uncertain on when to apply which severity and who or what will get the power to decide. |
Good points, everyone. What I'm taking away is that we ought to let the person doing the ban to
|
Now that moderation (#45) is in, we can start removing messages from banned users.
Question: should all message history for a banned user be purged, or just all messages since the ban?
cc @cblgh @Karissa @substack @cinnamon-bun @nikolaiwarner @telamon
The text was updated successfully, but these errors were encountered: