diff options
author | Aaron Raimist <aaron@raim.ist> | 2021-03-03 04:21:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 10:21:46 +0000 |
commit | 0279e0e08623f8d9e8dc680c65b2e94ae2386d9e (patch) | |
tree | 65011244341358ab8259500999f0da5c97c484fc /changelog.d | |
parent | Revert "Fix #8518 (sync requests being cached wrongly on timeout) (#9358)" (diff) | |
download | synapse-0279e0e08623f8d9e8dc680c65b2e94ae2386d9e.tar.xz |
Prevent presence background jobs from running when presence is disabled (#9530)
Prevent presence background jobs from running when presence is disabled Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9530.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9530.bugfix b/changelog.d/9530.bugfix new file mode 100644 index 0000000000..bb4db675d9 --- /dev/null +++ b/changelog.d/9530.bugfix @@ -0,0 +1 @@ +Prevent presence background jobs from running when presence is disabled. \ No newline at end of file |