Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

event reports get lost in a database table #4007

@CHANist

Description

@CHANist

In Client Server API r0.4.0, I found that client can report any inappropriate event to server admins, but in synapse, what it does, seems to store it to the database, and do nothing else.
I think that a better approach is to create a single room and puts all server admins into this room, and when there are any inappropriate events client sent to the server, it would push to this room, specifying who send the request, the roomId and the inappropriate eventId. So that server admin can have a look at the events. And if it is inappropriate, server admins will have the right to delete the message, or even deactivate the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    z-p2(Deprecated Label)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions