diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-09-12 12:58:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 12:58:33 +0100 |
commit | da41a7cd618d11b05c2c04c39068fd4b1e1b7894 (patch) | |
tree | 5aa16406c95045dfca9f67b7e5bf0601b83147a0 /changelog.d | |
parent | Check if Rust lib needs rebuilding. (#13759) (diff) | |
download | synapse-da41a7cd618d11b05c2c04c39068fd4b1e1b7894.tar.xz |
Remove check current state membership up to date (#13745)
* Remove checks for membership column in current_state_events * Add schema script to force through the `current_state_events_membership` background job Contributed by Nick @ Beeper (@fizzadar).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13745.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13745.misc b/changelog.d/13745.misc new file mode 100644 index 0000000000..e97a789c0e --- /dev/null +++ b/changelog.d/13745.misc @@ -0,0 +1 @@ +Remove old queries to join room memberships to current state events. Contributed by Nick @ Beeper (@fizzadar). |