mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 13:18:45 -05:00
Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove: * All API endpoints (including Client-Server, Server-Server, and admin). * Documented configuration options (and the experimental flag, which is now unused). * Special handling during room upgrades. * The `groups` section of the `/sync` response. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin.py | ||
| test_background_updates.py | ||
| test_device.py | ||
| test_event_reports.py | ||
| test_federation.py | ||
| test_media.py | ||
| test_registration_tokens.py | ||
| test_room.py | ||
| test_server_notice.py | ||
| test_statistics.py | ||
| test_user.py | ||
| test_username_available.py | ||