mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
0da0d0a29d
This is meant to be an *almost* non-functional change, with the exception that it fixes what looks a lot like a bug in that it only calls `auth_handler.add_threepid` and `add_pusher` once instead of three times. The idea is to move the generation of the `access_token` out of `registration_handler.register`, because `access_token`s now require a device_id, and we only want to generate a device_id once registration has been successful. |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
account_data.py | ||
account.py | ||
auth.py | ||
filter.py | ||
keys.py | ||
openid.py | ||
receipts.py | ||
register.py | ||
report_event.py | ||
sync.py | ||
tags.py | ||
tokenrefresh.py |