summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-08-08 10:53:49 +0000
committerGitHub <noreply@github.com>2023-08-08 11:53:49 +0100
commita476d5048b96d6f9422f3d31d3c14a5247855715 (patch)
tree9e2102c3d7d9b43a14961e2f3073b1d7b45523b0 /changelog.d
parentRemove old rows from the `cache_invalidation_stream_by_instance` table automa... (diff)
downloadsynapse-a476d5048b96d6f9422f3d31d3c14a5247855715.tar.xz
Allow modules to schedule delayed background calls. (#15993)
* Add a module API function to provide `call_later`

* Newsfile

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>

* Add comments

* Update version number

---------

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15993.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15993.misc b/changelog.d/15993.misc
new file mode 100644
index 0000000000..35ead05157
--- /dev/null
+++ b/changelog.d/15993.misc
@@ -0,0 +1 @@
+Allow modules to schedule delayed background calls.
\ No newline at end of file