Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
element-hq/element-ios/issues/4578 - Added transient info storage dic…
Browse files Browse the repository at this point in the history
…tionary on MXKAccount.
  • Loading branch information
stefanceriu committed Jul 20, 2021
1 parent 6f6dbae commit fa23593
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MatrixKit/Models/Account/MXKAccount.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ typedef BOOL (^MXKAccountOnCertificateChange)(MXKAccount *mxAccount, NSData *cer
*/
@property (nonatomic, readonly) BOOL pushNotificationServiceIsActive;

/**
Transient information storage.
*/
@property (nonatomic) NSMutableDictionary<NSString*, id<NSCoding>> *others;

/**
Enable Push notification based on Apple Push Notification Service (APNS).
Expand Down

0 comments on commit fa23593

Please sign in to comment.