MatrixSynapse/synapse
Richard van der Hoff 696acd3515
`send_join` response: get create event from `state`, not `auth_chain` (#12005)
msc3706 proposes changing the `/send_join` response:

> Any events returned within `state` can be omitted from `auth_chain`.

Currently, we rely on `m.room.create` being returned in `auth_chain`, but since
the `m.room.create` event must necessarily be part of the state, the above
change will break this.

In short, let's look for `m.room.create` in `state` rather than `auth_chain`.
2022-02-17 11:59:26 +00:00
..
_scripts
api Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#11988) 2022-02-14 19:28:00 +00:00
app Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
appservice
config remove empty file, reword/rename newsfragment, and add line to upgrade doc 2022-02-14 10:21:00 -08:00
crypto
events Fix incorrect thread summaries when the latest event is edited. (#11992) 2022-02-15 08:26:57 -05:00
federation Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
groups
handlers `send_join` response: get create event from `state`, not `auth_chain` (#12005) 2022-02-17 11:59:26 +00:00
http Adds misc missing type hints (#11953) 2022-02-11 07:20:16 -05:00
logging Improve opentracing for federation requests (#11870) 2022-02-03 12:29:16 +00:00
metrics Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
module_api Require that modules register their callbacks using keyword arguments. (#11975) 2022-02-14 09:18:44 -05:00
push Prevent duplicate push notifications for room reads (#11835) 2022-02-17 10:23:54 +00:00
replication
res
rest Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
server_notices
spam_checker_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state
static
storage Fix a typo in a comment. 2022-02-16 06:53:21 -05:00
streams
util Track cache invalidations (#12000) 2022-02-15 14:31:04 +00:00
__init__.py 1.53.0rc1 2022-02-15 10:44:24 +00:00
event_auth.py
notifier.py Add some tests for propagation of device list changes between local users (#11972) 2022-02-15 11:27:56 +00:00
py.typed
python_dependencies.py Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) 2022-02-14 21:18:01 +00:00
server.py
types.py
visibility.py