From 40a1fddd1b7843c25248fca409debab6d8393c59 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 6 Sep 2021 14:37:15 +0100 Subject: Allow `room_alias_name` parameter to be handled by /createRoom calls on workers (#10757) --- changelog.d/10757.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10757.bugfix (limited to 'changelog.d') diff --git a/changelog.d/10757.bugfix b/changelog.d/10757.bugfix new file mode 100644 index 0000000000..bce36ef242 --- /dev/null +++ b/changelog.d/10757.bugfix @@ -0,0 +1 @@ +Fix a bug which prevented calls to `/createRoom` that included the `room_alias_name` parameter from being handled by worker processes. \ No newline at end of file -- cgit 1.4.1