We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It makes debugging easier. Currently they get logged like this:
2024-06-05T16:17:36.266466Z DEBUG matrix_sdk_crypto::machine: Received a to-device event | crates/matrix-sdk-crypto/src/machine.rs:1191 | spans: root > next_sync_with_lock{store_generation=8226 store_generation=8226} > sync_once{pos="2" pos="2"} > handle_response > preprocess_to_device_events > receive_sync_changes > receive_to_device_event{sender="@xxx:element.io" sender="@xxx:element.io" event_type="m.room_key.withheld" event_type="m.room_key.withheld" message_id="e380dcf0-571d-4271-818e-e556bb041f4d" message_id="e380dcf0-571d-4271-818e-e556bb041f4d"}
This isn't enough to tie it to the session ID without also having the sender rageshake (as that includes the message_id).
The text was updated successfully, but these errors were encountered:
m.room_key_withheld
richvdh
Successfully merging a pull request may close this issue.
It makes debugging easier. Currently they get logged like this:
2024-06-05T16:17:36.266466Z DEBUG matrix_sdk_crypto::machine: Received a to-device event | crates/matrix-sdk-crypto/src/machine.rs:1191 | spans: root > next_sync_with_lock{store_generation=8226 store_generation=8226} > sync_once{pos="2" pos="2"} > handle_response > preprocess_to_device_events > receive_sync_changes > receive_to_device_event{sender="@xxx:element.io" sender="@xxx:element.io" event_type="m.room_key.withheld" event_type="m.room_key.withheld" message_id="e380dcf0-571d-4271-818e-e556bb041f4d" message_id="e380dcf0-571d-4271-818e-e556bb041f4d"}
This isn't enough to tie it to the session ID without also having the sender rageshake (as that includes the message_id).
The text was updated successfully, but these errors were encountered: