diff options
Diffstat (limited to 'changelog.d/11524.bugfix')
-rw-r--r-- | changelog.d/11524.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11524.bugfix b/changelog.d/11524.bugfix new file mode 100644 index 0000000000..6e1e4bd44c --- /dev/null +++ b/changelog.d/11524.bugfix @@ -0,0 +1 @@ +Fix a regression in Synapse 1.48.0 where the module API's `looping_background_call` method would spam errors to the logs when given a non-async function. |