summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-08-23 07:31:00 -0400
committerGitHub <noreply@github.com>2023-08-23 07:31:00 -0400
commitda162cbe4e748841e93849c87374023a0fcbb390 (patch)
tree909ee773c216096965ec2276772ab1b683464f20 /changelog.d
parentProperly update retry_last_ts when hitting the maximum retry interval (#16156) (diff)
downloadsynapse-da162cbe4e748841e93849c87374023a0fcbb390.tar.xz
Add tests for restoring the presence state after a restart. (#16151)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16150.misc2
-rw-r--r--changelog.d/16151.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/16150.misc b/changelog.d/16150.misc
index 97861282fd..41059378c5 100644
--- a/changelog.d/16150.misc
+++ b/changelog.d/16150.misc
@@ -1 +1 @@
-Clean-up calling `setup_background_tasks` in unit tests.
+Improve presence tests.
diff --git a/changelog.d/16151.misc b/changelog.d/16151.misc
new file mode 100644
index 0000000000..41059378c5
--- /dev/null
+++ b/changelog.d/16151.misc
@@ -0,0 +1 @@
+Improve presence tests.