diff options
author | Travis Ralston <travisr@matrix.org> | 2022-07-11 07:12:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 14:12:28 +0100 |
commit | a11301179494f5a2924dcd60069c06f5c192020f (patch) | |
tree | e9d34139394878e7806a24a317b9cc2e6aeb2116 /changelog.d | |
parent | Ensure portdb selects _all_ rows with negative rowids (#13226) (diff) | |
download | synapse-a11301179494f5a2924dcd60069c06f5c192020f.tar.xz |
Fix appservice EDUs failing to send if the EDU doesn't have a room ID (#13236)
* Fix appservice EDUs failing to send if the EDU doesn't have a room ID As is in the case of presence. * changelog * linter * fix linter again
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13236.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13236.bugfix b/changelog.d/13236.bugfix new file mode 100644 index 0000000000..7fddc4413d --- /dev/null +++ b/changelog.d/13236.bugfix @@ -0,0 +1 @@ +Fix appservices not receiving room-less EDUs, like presence, if enabled. \ No newline at end of file |