You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
richvdh
changed the title
Request for implementation of Client Reporting an inappropriate Event to Server Admin(s)
event reports get lost in a database table
Jan 6, 2020
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.
The text was updated successfully, but these errors were encountered: