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. |
||
---|---|---|
.. | ||
api | ||
appservice | ||
config | ||
crypto | ||
events | ||
handlers | ||
metrics | ||
replication | ||
rest | ||
storage | ||
util | ||
__init__.py | ||
test_distributor.py | ||
test_dns.py | ||
test_state.py | ||
test_test_utils.py | ||
test_types.py | ||
unittest.py | ||
utils.py |