File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2929#import " MatrixSDKSwiftHeader.h"
3030#import " MXFileRoomSummaryStore.h"
3131
32- static NSUInteger const kMXFileVersion = 82 ; // Check getUnreadRoomFromStore if you update this value. Delete this comment after
32+ static NSUInteger const kMXFileVersion = 83 ; // Check getUnreadRoomFromStore if you update this value. Delete this comment after
3333
3434static NSString *const kMXFileStoreFolder = @" MXFileStore" ;
3535static NSString *const kMXFileStoreMedaDataFile = @" MXFileStore" ;
Original file line number Diff line number Diff line change @@ -140,7 +140,9 @@ + (void)initialize
140140 @(MXEventTypePollResponse) : kMXEventTypeStringPollResponseMSC3381 ,
141141 @(MXEventTypePollEnd) : kMXEventTypeStringPollEndMSC3381 ,
142142 @(MXEventTypeBeaconInfo) : kMXEventTypeStringBeaconInfoMSC3672 ,
143- @(MXEventTypeBeacon) : kMXEventTypeStringBeaconMSC3672
143+ @(MXEventTypeBeacon) : kMXEventTypeStringBeaconMSC3672 ,
144+
145+ @(MXEventTypeRoomRetention): kMXEventTypeStringRoomRetention
144146 };
145147
146148 eventTypeMapStringToEnum = @{
You can’t perform that action at this time.
0 commit comments