summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-08-10 07:39:46 -0400
committerGitHub <noreply@github.com>2023-08-10 07:39:46 -0400
commitefd4d06d7694e269f1d85e697104e742a984da18 (patch)
tree758b4f47233de73686a82438b6321c29225b08f5 /changelog.d
parentImplements admin API to lock an user (MSC3939) (#15870) (diff)
downloadsynapse-efd4d06d7694e269f1d85e697104e742a984da18.tar.xz
Clean-up presence code (#16092)
Misc. clean-ups to:

* Use keyword arguments.
* Return early (reducing indentation) of some functions.
* Removing duplicated / unused code.
* Use wrap_as_background_process.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16092.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16092.misc b/changelog.d/16092.misc
new file mode 100644
index 0000000000..b520807771
--- /dev/null
+++ b/changelog.d/16092.misc
@@ -0,0 +1 @@
+Clean-up the presence code.