mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 14:06:30 -05:00
This expands the current shadow-banning feature to be usable via the admin API and adds documentation for it. A shadow-banned users receives successful responses to their client-server API requests, but the events are not propagated into rooms. Shadow-banning a user should be used as a tool of last resort and may lead to confusing or broken behaviour for the client. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| devices.py | ||
| event_reports.py | ||
| groups.py | ||
| media.py | ||
| purge_room_servlet.py | ||
| rooms.py | ||
| server_notice_servlet.py | ||
| statistics.py | ||
| users.py | ||