diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-23 07:31:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 07:31:00 -0400 |
commit | da162cbe4e748841e93849c87374023a0fcbb390 (patch) | |
tree | 909ee773c216096965ec2276772ab1b683464f20 /changelog.d | |
parent | Properly update retry_last_ts when hitting the maximum retry interval (#16156) (diff) | |
download | synapse-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.misc | 2 | ||||
-rw-r--r-- | changelog.d/16151.misc | 1 |
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. |