File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
#import " MatrixSDKSwiftHeader.h"
30
30
#import " MXFileRoomSummaryStore.h"
31
31
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
33
33
34
34
static NSString *const kMXFileStoreFolder = @" MXFileStore" ;
35
35
static NSString *const kMXFileStoreMedaDataFile = @" MXFileStore" ;
Original file line number Diff line number Diff line change @@ -140,7 +140,9 @@ + (void)initialize
140
140
@(MXEventTypePollResponse) : kMXEventTypeStringPollResponseMSC3381 ,
141
141
@(MXEventTypePollEnd) : kMXEventTypeStringPollEndMSC3381 ,
142
142
@(MXEventTypeBeaconInfo) : kMXEventTypeStringBeaconInfoMSC3672 ,
143
- @(MXEventTypeBeacon) : kMXEventTypeStringBeaconMSC3672
143
+ @(MXEventTypeBeacon) : kMXEventTypeStringBeaconMSC3672 ,
144
+
145
+ @(MXEventTypeRoomRetention): kMXEventTypeStringRoomRetention
144
146
};
145
147
146
148
eventTypeMapStringToEnum = @{
You can’t perform that action at this time.
0 commit comments