mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
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)`) |
||
|---|---|---|
| .. | ||
| deltas | ||
| account_data_table.go | ||
| accounts_table.go | ||
| constraint_wasm.go | ||
| devices_table.go | ||
| key_backup_table.go | ||
| key_backup_version_table.go | ||
| logintoken_table.go | ||
| notifications_table.go | ||
| openid_table.go | ||
| profile_table.go | ||
| pusher_table.go | ||
| stats_table.go | ||
| storage.go | ||
| threepid_table.go | ||