SessionVerificationRequestDetails: map deviceDisplayName.

This commit is contained in:
Benoit Marty 2025-09-29 15:24:39 +02:00 committed by Benoit Marty
parent 8a094cad5c
commit b96f75db26
4 changed files with 6 additions and 1 deletions

View file

@ -19,6 +19,7 @@ fun RustSessionVerificationRequestDetails.map() = SessionVerificationRequestDeta
senderProfile = senderProfile.map(),
flowId = FlowId(flowId),
deviceId = DeviceId(deviceId),
deviceDisplayName = deviceDisplayName,
firstSeenTimestamp = firstSeenTimestamp.toLong(),
)