Skip to content

Commit ff2b2a4

Browse files
authored
Merge pull request #1864 from matrix-org/mauroromito/fix_store_issue
2 parents 9215e34 + 52c0b5b commit ff2b2a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MatrixSDK/Data/Store/MXFileStore/MXFileStore.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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

3434
static NSString *const kMXFileStoreFolder = @"MXFileStore";
3535
static NSString *const kMXFileStoreMedaDataFile = @"MXFileStore";

MatrixSDK/Utils/MXTools.m

+3-1
Original file line numberDiff line numberDiff 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 = @{

0 commit comments

Comments
 (0)