0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 18:58:48 +02:00
synapse/changelog.d
Richard van der Hoff a301934f46
Upsert room version when we join over federation (#6968)
This is intended as a precursor to storing room versions when we receive an
invite over federation, but has the happy side-effect of fixing #3374 at last.

In short: change the store_room with try/except to a proper upsert which
updates the right columns.
2020-02-24 15:46:41 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6572.bugfix Change displayname of user as admin in rooms (#6876) 2020-02-21 17:44:03 +00:00
6615.misc Add some clarifications to README.md in the database schema directory. (#6615) 2020-02-20 10:37:57 +00:00
6941.removal Do not send alias events when creating / upgrading a room (#6941) 2020-02-20 16:24:04 -05:00
6952.misc Reduce auth chains fetched during v2 state res. (#6952) 2020-02-19 15:04:47 +00:00
6953.misc Freeze allocated objects on startup. (#6953) 2020-02-19 15:09:00 +00:00
6954.misc Minor perf fixes to get_auth_chain_ids. 2020-02-19 15:47:11 +00:00
6956.misc don't insert into the device table for remote cross-signing keys (#6956) 2020-02-20 09:59:00 -05:00
6957.misc Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
6962.bugfix Fix minor issues with email config (#6962) 2020-02-24 15:18:38 +00:00
6965.feature Publishing/removing from the directory requires a power level greater than canonical aliases. 2020-02-21 07:18:33 -05:00
6966.removal No longer use room alias events to calculate room names for push notifications. (#6966) 2020-02-21 12:50:48 -05:00
6967.bugfix changelog 2020-02-21 09:06:18 +00:00
6968.bugfix Upsert room version when we join over federation (#6968) 2020-02-24 15:46:41 +00:00
6970.removal Stop returning aliases as part of the room list. (#6970) 2020-02-21 12:40:23 -05:00