From 0651339419af79faeb391aa04f932456d013c36d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 3 Feb 2023 10:51:15 +0000 Subject: Deprecate `on_threepid_bind` --- synapse/events/third_party_rules.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'synapse') diff --git a/synapse/events/third_party_rules.py b/synapse/events/third_party_rules.py index 9a8af1023b..902bd0ca43 100644 --- a/synapse/events/third_party_rules.py +++ b/synapse/events/third_party_rules.py @@ -530,6 +530,9 @@ class ThirdPartyEventRules: local homeserver, not when it's created on an identity server (and then kept track of so that it can be unbound on the same IS later on). + THIS MODULE CALLBACK METHOD HAS BEEN DEPRECATED. Please use the + `on_add_user_third_party_identifier` callback method instead. + Args: user_id: the user being associated with the threepid. medium: the threepid's medium. -- cgit 1.5.1