0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 03:08:58 +02:00
synapse/changelog.d
Richard van der Hoff 8533c8b03d
Avoid generating state groups for local out-of-band leaves (#12154)
If we locally generate a rejection for an invite received over federation, it
is stored as an outlier (because we probably don't have the state for the
room). However, currently we still generate a state group for it (even though
the state in that state group will be nonsense).

By setting the `outlier` param on `create_event`, we avoid the nonsensical
state.
2022-03-03 19:58:08 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
11915.misc Rename various ApplicationServices interested methods (#11915) 2022-03-03 18:14:09 +00:00
11998.doc Enable complexity checking in complexity checking docs example (#11998) 2022-03-02 16:11:16 +00:00
12090.bugfix Use the proper serialization format when bundling aggregations. (#12090) 2022-03-03 10:43:06 -05:00
12101.misc Limit the size of the aggregation_key (#12101) 2022-03-03 10:52:35 +00:00
12108.misc Add type hints to tests/rest/client (#12108) 2022-03-02 16:34:14 +00:00
12113.misc Improve and refactor the tests for relations. (#12113) 2022-03-02 06:56:16 -05:00
12118.misc Move scripts directory inside synapse, exposing as setuptools entry_points (#12118) 2022-03-02 13:00:16 +00:00
12128.misc Check if instances are lists, not sequences. (#12128) 2022-03-02 13:18:51 +00:00
12136.misc Remove unused mocks from test_typing (#12136) 2022-03-02 17:24:52 +00:00
12137.misc Add suffices to scripts in scripts-dev (#12137) 2022-03-02 18:00:26 +00:00
12142.misc Move the snapcraft configuration to contrib. (#12142) 2022-03-02 19:22:44 +00:00
12144.misc Enable MSC3030 Complement tests in Synapse (#12144) 2022-03-03 11:45:23 +01:00
12145.misc Enable MSC2716 Complement tests in Synapse (#12145) 2022-03-03 11:19:20 +00:00
12146.misc Add type hints to tests/rest (#12146) 2022-03-03 16:05:44 +00:00
12152.misc Detox, part 2 of N (#12152) 2022-03-03 17:14:09 +00:00
12154.misc Avoid generating state groups for local out-of-band leaves (#12154) 2022-03-03 19:58:08 +00:00