matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.64k stars 664 forks source link

Verified session is shown as 'Not trusted' #3412

Open dimonb opened 2 weeks ago

dimonb commented 2 weeks ago

Background information

Description

session AG3_a329 is Verified. Marked as green and all seems nice.

Screenshot 2024-09-02 at 18 16 46

session AG3_a329 shown as not trusted

Screenshot 2024-09-02 at 18 15 50

Refreshing clients does not help. Problem is reproduces on app.element.io

Steps to reproduce

Kimiblock commented 5 days ago

I recently saw this happening. The solution is to force a device list refresh on Synapse:

INSERT INTO device_lists_remote_resync                   
VALUES ('@mxid:example.org', (EXTRACT(epoch FROM NOW()) * 1000)::BIGINT);