Skip to content

Commit e74124e

Browse files
committed
deviceCreationTs should be readonly
1 parent 3a89ecf commit e74124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MatrixSDK/Crypto/MXCrypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extern NSString *const MXDeviceListDidUpdateUsersDevicesNotification;
9999
/**
100100
* The user device creation in local timestamp, milliseconds since epoch.
101101
*/
102-
@property (nonatomic) UInt64 deviceCreationTs;
102+
@property (nonatomic, readonly) UInt64 deviceCreationTs;
103103

104104
/**
105105
The key backup manager.

0 commit comments

Comments
 (0)