diff options
author | Shay <hillerys@element.io> | 2023-07-23 16:32:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 16:32:01 -0700 |
commit | 5c7364fea57e24ae3ce2ac833a3521abd58312db (patch) | |
tree | 2df6dd437d8c6f978569b50ad0fa01f0074c076c /changelog.d/15973.bugfix | |
parent | Actually stop reading from column `user_id` of tables `profiles` (#15955) (diff) | |
download | synapse-5c7364fea57e24ae3ce2ac833a3521abd58312db.tar.xz |
Properly handle redactions of creation events (#15973)
Diffstat (limited to 'changelog.d/15973.bugfix')
-rw-r--r-- | changelog.d/15973.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15973.bugfix b/changelog.d/15973.bugfix new file mode 100644 index 0000000000..c9280d0037 --- /dev/null +++ b/changelog.d/15973.bugfix @@ -0,0 +1 @@ +Properly handle redactions of creation events. |