synapse/changelog.d
Richard van der Hoff 3e99528f2b
Store room version on invite (#6983)
When we get an invite over federation, store the room version in the rooms table.

The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere...
2020-02-26 16:58:33 +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
6964.misc Merge worker apps into one. (#6964) 2020-02-25 16:56:55 +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
6979.misc Remove redundant store_room call (#6979) 2020-02-24 17:20:44 +00:00
6982.feature Sanity-check database before running upgrades (#6982) 2020-02-25 17:46:00 +00:00
6983.misc Store room version on invite (#6983) 2020-02-26 16:58:33 +00:00
6984.docker contrib/docker: remove quotes for POSTGRES_INITDB_ARGS (#6984) 2020-02-25 10:48:13 +00:00
6985.misc Updated warning for incorrect database collation/ctype (#6985) 2020-02-26 15:17:03 +00:00
6990.bugfix Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990) 2020-02-26 12:22:55 +00:00
6991.misc Port PresenceHandler to async/await (#6991) 2020-02-26 15:33:26 +00:00