Skip to content

Filter out messages removed by moderators #13

@y-a-t-s

Description

@y-a-t-s

Creating an issue to track this and discuss approaches.

This is an issue I have been aware of for some time now, but I have held off from doing anything about it until we figure out the direct WebSocket connections. Off the top of my head, we would watch for whatever moderator action info that comes through the sockets and filter out the relevant messages before pushing them to the client.

I propose a split approach where some sort of delay is introduced to filter out messages before they can be pushed to the client and stream. Anything that gets past the delay should still be removed to minimize the time it is visible. We would need to strike a balance where the on-screen feed is not excessively laggy while giving enough time for human mods to act, and allow the user to customize it as they see fit. Alternatively, our community of top minds could always simply figure out time travel.

Edit: And maybe adding filtering using user-defined regex could be cool while we're at it. This allows for stuff like quick filtering of URLs to certain domains.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions