diff options
author | reivilibre <oliverw@matrix.org> | 2023-08-03 12:42:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 08:42:19 -0400 |
commit | 9c462f18a4b6969f627349d956b9161968ab8252 (patch) | |
tree | 2c0611d52c6576bbbe843a6a8a9f46e9187a21bd /changelog.d | |
parent | Add forward-compatibility for the redacts property (MSC2174). (#16013) (diff) | |
download | synapse-9c462f18a4b6969f627349d956b9161968ab8252.tar.xz |
Allow modules to check whether the current worker is configured to run background tasks. (#15991)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15991.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15991.misc b/changelog.d/15991.misc new file mode 100644 index 0000000000..18f388cff8 --- /dev/null +++ b/changelog.d/15991.misc @@ -0,0 +1 @@ +Allow modules to check whether the current worker is configured to run background tasks. \ No newline at end of file |