This commit is contained in:
Benoit Marty 2020-06-26 15:53:48 +02:00
parent 2e93b7c4c9
commit 28df09a8d4
2 changed files with 0 additions and 2 deletions

View File

@ -53,4 +53,3 @@ data class DeviceKeys(
@Json(name = "signatures")
val signatures: Map<String, Map<String, String>>?
)

View File

@ -59,4 +59,3 @@ data class DeviceKeysWithUnsigned(
@Json(name = "unsigned")
val unsigned: UnsignedDeviceInfo? = null
)