Open
Description
It seems like mjolnir creates a new device every few hours. This is problematic because (a) it means that we accumulate hundreds of active sessions on the @abuse
account, but more pertinently because (b) it is incompatible with the need to ignore insecure devices for e2ee messaging, per matrix-org/matrix-spec-proposals#4153.
We need to figure out why mjolnir is doing this (possibly it happens when it gets a 503 from the homeserver?), and make it not.