Richard van der Hoff 0da0d0a29d rest/client/v2_alpha/register.py: Refactor flow somewhat.
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.
2016-07-19 13:12:22 +01:00
..
2016-06-23 11:17:48 +01:00
2016-07-06 12:18:19 +09:00
2016-07-19 10:28:27 +01:00
2016-06-15 10:39:08 +01:00
2016-06-24 11:47:11 +01:00
2016-06-24 11:44:57 +01:00
2016-07-15 14:23:15 +01:00
2016-07-05 15:23:17 +01:00
2016-07-07 16:33:00 +01:00
2016-07-15 09:29:54 +01:00