mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:36:02 -04:00
Fix defaults on checking threepids
This commit is contained in:
parent
78e74ab8a1
commit
49e01e5710
2 changed files with 2 additions and 1 deletions
|
@ -479,6 +479,7 @@ class AuthHandler(BaseHandler):
|
|||
medium,
|
||||
threepid_creds["client_secret"],
|
||||
sid=threepid_creds["sid"],
|
||||
validated=True,
|
||||
)
|
||||
|
||||
threepid = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue