From a11301179494f5a2924dcd60069c06f5c192020f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 11 Jul 2022 07:12:28 -0600 Subject: 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 --- changelog.d/13236.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13236.bugfix (limited to 'changelog.d/13236.bugfix') 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 -- cgit 1.4.1