0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-25 20:38:56 +02:00
dendrite/userapi/storage/shared
Till f0805071d5
Fix SQLite session_id (#2977)
This fixes an issue with device_id/session_ids.
If a `device_id` is reused, we would reuse the same `session_id`, since
we delete one device and insert a new one directly, resulting in the
query to get a new `session_id` to return the previous session_id.
(`SELECT count(access_token)`)
2023-02-17 11:39:46 +01:00
..
storage.go Fix SQLite session_id (#2977) 2023-02-17 11:39:46 +01:00