From 6edb079f9133c80514f8099214db6cc8a22d3f01 Mon Sep 17 00:00:00 2001 From: c-cal Date: Mon, 20 Jan 2025 16:34:18 +0100 Subject: [PATCH] add a changelog entry --- changelog.d/18103.bugfix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog.d/18103.bugfix diff --git a/changelog.d/18103.bugfix b/changelog.d/18103.bugfix new file mode 100644 index 00000000000..11000d569fd --- /dev/null +++ b/changelog.d/18103.bugfix @@ -0,0 +1,3 @@ +Fixed a bug that disturbed room creation when a check_event_allowed callback was registered by a module and power_level Notifications mapping exists. + +Contributed by @c-cal