synapse/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 Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
11835.feature Prevent duplicate push notifications for room reads (#11835) 2022-02-17 10:23:54 +00:00
11972.misc Add some tests for propagation of device list changes between local users (#11972) 2022-02-15 11:27:56 +00:00
11974.misc Optimise calculating device_list changes in /sync. (#11974) 2022-02-15 15:01:00 +00:00
11991.misc Refactor search code to reduce function size. (#11991) 2022-02-15 13:47:05 +00:00
11992.bugfix Fix incorrect thread summaries when the latest event is edited. (#11992) 2022-02-15 08:26:57 -05:00
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 Docker: remove VOLUME directive (#11997) 2022-02-15 13:59:15 +00:00
11999.bugfix Fix incorrect get_rooms_for_user for remote user (#11999) 2022-02-15 14:26:28 +00:00
12000.feature Track cache invalidations (#12000) 2022-02-15 14:31:04 +00:00
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