matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

OIDC: pre-OIDC devices have incorrect `last_seen_ts` #16448

Closed kerryarchibald closed 1 year ago

kerryarchibald commented 1 year ago

Description

element.io sessions authenticated before SSO was enabled have incorrect last_seen_ts

Steps to reproduce

Homeserver

https://element.ems.host/

Synapse Version

{"server_version":"1.92.3","python_version":"3.11.5"}

Installation Method

I don't know

Database

na

Workers

I don't know

Platform

.

Configuration

No response

Relevant log output

.

Anything else that would be useful to know?

No response

clokep commented 1 year ago

Is this different than #16084?

reivilibre commented 1 year ago

seems like a dupe of #16084 to me