matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
224 stars 41 forks source link

Don't keep creating new devices for every login #43

Open ara4n opened 7 years ago

ara4n commented 7 years ago

Surely we should be caching access_tokens (at least in RAM) for mxids we've already logged in, rather than logging them in for every new connection. See https://github.com/matrix-org/synapse/issues/1977