We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89ecf commit e74124eCopy full SHA for e74124e
MatrixSDK/Crypto/MXCrypto.h
@@ -99,7 +99,7 @@ extern NSString *const MXDeviceListDidUpdateUsersDevicesNotification;
99
/**
100
* The user device creation in local timestamp, milliseconds since epoch.
101
*/
102
-@property (nonatomic) UInt64 deviceCreationTs;
+@property (nonatomic, readonly) UInt64 deviceCreationTs;
103
104
105
The key backup manager.
0 commit comments