mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-03 16:29:57 -05:00
74c56f794c
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.