anonymousland-synapse/synapse/rest
Richard van der Hoff 74c56f794c Break dependency of auth_handler on device_handler
I'm going to need to make the device_handler depend on the auth_handler, so I
need to break this dependency to avoid a cycle.

It turns out that the auth_handler was only using the device_handler in one
place which was an edge case which we can more elegantly handle by throwing an
error rather than fixing it up.
2017-11-01 10:27:06 +00:00
..
client Break dependency of auth_handler on device_handler 2017-11-01 10:27:06 +00:00
key replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
media replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
__init__.py Add local group server support 2017-07-17 12:03:49 +01:00