anonymousland-synapse/synapse/federation
Patrick Cloke a8db8c6eba
Remove user-visible groups/communities code (#12553)
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.
2022-05-25 07:53:40 -04:00
..
sender Add some type hints to datastore (#12717) 2022-05-17 15:29:06 +01:00
transport Remove user-visible groups/communities code (#12553) 2022-05-25 07:53:40 -04:00
__init__.py
federation_base.py Uniformize spam-checker API, part 2: check_event_for_spam (#12808) 2022-05-23 17:27:39 +00:00
federation_client.py
federation_server.py add SpamChecker callback for silently dropping inbound federated events (#12744) 2022-05-23 16:36:21 +00:00
persistence.py
send_queue.py
units.py