synapse-product/synapse/rest
Eric Eastwood 2d89c66b88
Switch to chunk events so we can auth via power_levels (MSC2716) (#10432)
Previously, we were using `content.chunk_id` to connect one
chunk to another. But these events can be from any `sender`
and we can't tell who should be able to send historical events.
We know we only want the application service to do it but these
events have the sender of a real historical message, not the
application service user ID as the sender. Other federated homeservers
also have no indicator which senders are an application service on
the originating homeserver.

So we want to auth all of the MSC2716 events via power_levels
and have them be sent by the application service with proper
PL levels in the room.
2021-07-21 10:29:57 +00:00
..
admin Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
client Switch to chunk events so we can auth via power_levels (MSC2716) (#10432) 2021-07-21 10:29:57 +00:00
consent Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
key Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
media [pyupgrade] synapse/ (#10348) 2021-07-19 15:28:05 +01:00
synapse Use inline type hints in handlers/ and rest/. (#10382) 2021-07-16 18:22:36 +01:00
__init__.py Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
health.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
well_known.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00