diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-11-19 20:39:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 19:39:46 +0000 |
commit | ea20937084903864865f76e22f67d27729f2d6dc (patch) | |
tree | 486725f126e3d59426d80f185da413a46c5da084 /changelog.d | |
parent | Fix checking whether a room can be published on creation. (#11392) (diff) | |
download | synapse-ea20937084903864865f76e22f67d27729f2d6dc.tar.xz |
Add an admin API to run background jobs. (#11352)
Instead of having admins poke into the database directly. Can currently run jobs to populate stats and to populate the user directory.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11352.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11352.feature b/changelog.d/11352.feature new file mode 100644 index 0000000000..a4d01b3549 --- /dev/null +++ b/changelog.d/11352.feature @@ -0,0 +1 @@ +Add admin API to run background jobs. \ No newline at end of file |