SessionVerificationRequestDetails: map deviceDisplayName.
This commit is contained in:
parent
8a094cad5c
commit
b96f75db26
4 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ data class SessionVerificationRequestDetails(
|
|||
val senderProfile: SenderProfile,
|
||||
val flowId: FlowId,
|
||||
val deviceId: DeviceId,
|
||||
val deviceDisplayName: String?,
|
||||
val firstSeenTimestamp: Long,
|
||||
) : Parcelable {
|
||||
@Parcelize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue