summary refs log tree commit diff
path: root/changelog.d/15227.bugfix
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-03-10 10:35:18 +0000
committerGitHub <noreply@github.com>2023-03-10 10:35:18 +0000
commite157c63f68ef93c0c25d2df0c63f7da0b30f95ca (patch)
tree38b0ff3d2c7e19e36b6d31825deab9f446183555 /changelog.d/15227.bugfix
parentFix typo in changelog (diff)
downloadsynapse-e157c63f68ef93c0c25d2df0c63f7da0b30f95ca.tar.xz
Fix missing conditional for registering `on_remove_user_third_party_identifier` module api callbacks (#15227
Diffstat (limited to 'changelog.d/15227.bugfix')
-rw-r--r--changelog.d/15227.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15227.bugfix b/changelog.d/15227.bugfix
new file mode 100644
index 0000000000..eaa26c8f7f
--- /dev/null
+++ b/changelog.d/15227.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.79.0rc1 where attempting to register a `on_remove_user_third_party_identifier` module API callback would be a no-op.
\ No newline at end of file