Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--verify manual-device verifies not that device that was specified in --device #155

Open
fidoman opened this issue Jan 23, 2025 · 0 comments

Comments

@fidoman
Copy link

fidoman commented Jan 23, 2025

Sometimes it verifies ALL devices:

2025-01-23T17:14:19.334224Z DEBUG matrix_commander_rs: device option is Some("JSBEQCHWTA")

2025-01-23T17:14:21.449264Z DEBUG matrix_commander_rs::mclient: Client device id: PBRPPVEMOJ
2025-01-23T17:14:21.449276Z DEBUG matrix_commander_rs::mclient: Client access token used: "syt_****"
2025-01-23T17:14:21.449292Z DEBUG matrix_commander_rs::mclient: Client cross signing status Some(CrossSigningStatus { has_master: true, has_self_signing: true, has_user_signing: true })
2025-01-23T17:14:21.581419Z INFO matrix_commander_rs::mclient: Successfully verified device "PBRPPVEMOJ" in one direction.
2025-01-23T17:14:21.650529Z INFO matrix_commander_rs::mclient: Successfully verified device "TRDKCKKSVV" in one direction.
2025-01-23T17:14:21.717477Z INFO matrix_commander_rs::mclient: Successfully verified device "WILLAAVEAA" in one direction.
2025-01-23T17:14:21.787215Z INFO matrix_commander_rs::mclient: Successfully verified device "AEGNRDARWP" in one direction.
2025-01-23T17:14:21.855592Z INFO matrix_commander_rs::mclient: Successfully verified device "KTUHOEZWSR" in one direction.
2025-01-23T17:14:21.923998Z INFO matrix_commander_rs::mclient: Successfully verified device "JSBEQCHWTA" in one direction.
2025-01-23T17:14:21.987431Z INFO matrix_commander_rs::mclient: Successfully verified device "URCINMJXJZ" in one direction.

Sometimes it verifies self:

2025-01-23T17:27:57.174744Z DEBUG matrix_commander_rs: device option is Some("NSGHVKSLSK")

2025-01-23T17:27:58.225507Z DEBUG matrix_commander_rs::mclient: Client device id: PBRPPVEMOJ
2025-01-23T17:27:58.225515Z DEBUG matrix_commander_rs::mclient: Client access token used: "syt_****"
2025-01-23T17:27:58.225528Z DEBUG matrix_commander_rs::mclient: Client cross signing status Some(CrossSigningStatus { has_master: true, has_self_signing: true, has_user_signing: true })
2025-01-23T17:27:58.374450Z INFO matrix_commander_rs::mclient: Successfully verified device "PBRPPVEMOJ" in one direction.

Cannot get verified only that device that was specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant