You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/model/rest/DeviceKeysWithUnsigned.kt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,5 +58,11 @@ internal data class DeviceKeysWithUnsigned(
58
58
* Additional data added to the device key information by intermediate servers, and not covered by the signatures.
59
59
*/
60
60
@Json(name ="unsigned")
61
-
valunsigned:UnsignedDeviceInfo? = null
61
+
valunsigned:UnsignedDeviceInfo? = null,
62
+
63
+
/**
64
+
* Optional property `dehydrated`, which is set to true for dehydrated devices.
0 commit comments