0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-19 16:13:58 +01:00

Python is hard

This commit is contained in:
Travis Ralston 2018-10-15 14:46:09 -06:00
parent f293d124b6
commit 762a0982aa

View file

@ -476,6 +476,7 @@ class AuthHandler(BaseHandler):
"url": "%s/_matrix/consent" % (self.hs.config.public_baseurl,),
},
},
},
}
def _auth_dict_for_flows(self, flows, session):