diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-09-09 17:55:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 17:55:59 -0500 |
commit | 515c1cc0a1ad7957d5aa2caa8b6423fa93d4193c (patch) | |
tree | db3136b50fe5aa482cd09cc52884ef20210ce31b | |
parent | Sliding Sync: Get `bump_stamp` from new sliding sync tables because it's fast... (diff) | |
download | synapse-515c1cc0a1ad7957d5aa2caa8b6423fa93d4193c.tar.xz |
Sliding Sync: Add comment to explain extra case where you can be invited -> banned -> unbanned (#17654)
Add comment to explain extra case where you can be invited -> banned -> unbanned and we want to be able to find the invite event. Follow-up to https://github.com/element-hq/synapse/pull/17636#discussion_r1738993330
-rw-r--r-- | changelog.d/17654.misc | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/events_bg_updates.py | 10 |
2 files changed, 8 insertions, 3 deletions
diff --git a/changelog.d/17654.misc b/changelog.d/17654.misc new file mode 100644 |