diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-04 13:11:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 13:11:04 +0000 |
commit | 8ef8fb2c1c7c4aeb80fce4deea477b37754ce539 (patch) | |
tree | 8079d63be126a9c5f38c8aa2d33cb9da38cddef6 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-8ef8fb2c1c7c4aeb80fce4deea477b37754ce539.tar.xz |
Read the room version from database when fetching events (#6874)
This is a precursor to giving EventBase objects the knowledge of which room version they belong to.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6874.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6874.misc b/changelog.d/6874.misc new file mode 100644 index 0000000000..08aa80bcd9 --- /dev/null +++ b/changelog.d/6874.misc @@ -0,0 +1 @@ +Refactoring work in preparation for changing the event redaction algorithm. |