Skip to content

Commit

Permalink
crypto: expose InboundGroupSession.sender_data
Browse files Browse the repository at this point in the history
We need write access to this in the integration tests
  • Loading branch information
richvdh committed Sep 4, 2024
1 parent 2401876 commit edfc611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-crypto/src/olm/group_sessions/inbound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub struct InboundGroupSession {
/// the session, or, if we can use that device information to find the
/// sender's cross-signing identity, holds the user ID and cross-signing
/// key.
pub(crate) sender_data: SenderData,
pub sender_data: SenderData,

/// The Room this GroupSession belongs to
pub room_id: OwnedRoomId,
Expand Down

0 comments on commit edfc611

Please sign in to comment.