diff options
author | Sean Quah <seanq@element.io> | 2021-12-07 13:56:09 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2021-12-07 13:56:09 +0000 |
commit | 966b5d0fa0893c3b628c942dfc232e285417f46d (patch) | |
tree | ebae6caf62a796346e3737764ded75c4dc3fc8d8 /changelog.d/11524.bugfix | |
parent | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... (diff) | |
download | synapse-966b5d0fa0893c3b628c942dfc232e285417f46d.tar.xz |
1.49.0rc1
Diffstat (limited to 'changelog.d/11524.bugfix')
-rw-r--r-- | changelog.d/11524.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/11524.bugfix b/changelog.d/11524.bugfix deleted file mode 100644 index 6e1e4bd44c..0000000000 --- a/changelog.d/11524.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. |