MatrixSynapse/changelog.d
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
..
.gitignore
11835.feature Prevent duplicate push notifications for room reads (#11835) 2022-02-17 10:23:54 +00:00
11972.misc
11974.misc Optimise calculating device_list changes in `/sync`. (#11974) 2022-02-15 15:01:00 +00:00
11991.misc
11992.bugfix
11994.misc `_auth_and_persist_outliers`: drop events we have already seen (#11994) 2022-02-15 14:33:28 +00:00
11996.misc Limit concurrent AS joins (#11996) 2022-02-16 11:16:48 +00:00
11997.docker
11999.bugfix
12000.feature
12003.doc Explain the meaning of spam checker callbacks' return values (#12003) 2022-02-16 12:25:43 +00:00
12005.misc `send_join` response: get create event from `state`, not `auth_chain` (#12005) 2022-02-17 11:59:26 +00:00