summary refs log tree commit diff
path: root/changelog.d/15410.bugfix
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-04-14 14:12:37 +0200
committerGitHub <noreply@github.com>2023-04-14 14:12:37 +0200
commitdabbb94fafd335966bbdb5bd2187678872731a0d (patch)
treedfe27a9cf71696ca300cdcc53d4560ce1d6b1a71 /changelog.d/15410.bugfix
parentConvert async to normal tests in `TestSSOHandler` (#15433) (diff)
downloadsynapse-dabbb94fafd335966bbdb5bd2187678872731a0d.tar.xz
Delete pushers after calling on_logged_out module hook on device delete (#15410)
Diffstat (limited to 'changelog.d/15410.bugfix')
-rw-r--r--changelog.d/15410.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15410.bugfix b/changelog.d/15410.bugfix
new file mode 100644
index 0000000000..eb540e33c5
--- /dev/null
+++ b/changelog.d/15410.bugfix
@@ -0,0 +1 @@
+Fix and document untold assumption that `on_logged_out` module hooks will be called before pushers deletion.