SessionVerificationRequestDetails: map deviceDisplayName.

This commit is contained in:
Benoit Marty
2025-09-29 15:24:39 +02:00
committed by Benoit Marty
parent c8090b136b
commit fd2041a7ef
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(),
)