diff --git a/src/r0/keys.rs b/src/r0/keys.rs index 0d53dea5..73f3eb25 100644 --- a/src/r0/keys.rs +++ b/src/r0/keys.rs @@ -134,7 +134,7 @@ pub struct DeviceKeys { #[derive(Debug, Clone, Serialize, Deserialize)] pub struct UnsignedDeviceInfo { /// The display name which the user set on the device. - pub device_display_name: String, + pub device_display_name: Option, } /// A key for the SignedCurve25519 algorithm