diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-10-12 14:37:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 14:37:20 +0100 |
commit | 9c23442ac909afe3d827534b00d52ee182d2f423 (patch) | |
tree | df4952945972b59cd88f996840bb409be3d61090 /changelog.d | |
parent | Bump bleach from 4.1.0 to 5.0.1 (#14116) (diff) | |
download | synapse-9c23442ac909afe3d827534b00d52ee182d2f423.tar.xz |
Correct field name for stripped state events when knocking. `knock_state_events` -> `knock_room_state` (#14102)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14102.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14102.bugfix b/changelog.d/14102.bugfix new file mode 100644 index 0000000000..d71e108f7c --- /dev/null +++ b/changelog.d/14102.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse v1.37.0 in which an incorrect key name was used for sending and receiving room metadata when knocking on a room. \ No newline at end of file |