You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behaviour uses the session with the lowest ID. The new spec (matrix-org/matrix-spec-proposals#1596) uses the session that the client last received a message on, and expires old sessions.
The text was updated successfully, but these errors were encountered:
This would require modifying getSessionIdForDevice in src/crypto/OlmDevice.js, and probably will need to store the time that the client last received a mesage for each session in indexedDB
The current behaviour uses the session with the lowest ID. The new spec (matrix-org/matrix-spec-proposals#1596) uses the session that the client last received a message on, and expires old sessions.
The text was updated successfully, but these errors were encountered: