Skip to content

Commit 49ada9c

Browse files
committed
always enabled event cache and updated the SDK
Revert "always enabled event cache and updated the SDK" This reverts commit 2f27370. fixup event cache key update
1 parent 083c30e commit 49ada9c

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3053,6 +3053,7 @@
30533053
isa = PBXGroup;
30543054
children = (
30553055
01C4C7DB37597D7D8379511A /* Assets.xcassets */,
3056+
D174C6E7DCA00AAFC0169925 /* ElementCall */,
30563057
A0C06C0F6A8621B22BFAEB56 /* Localizations */,
30573058
8AEA6A91159FA0D3EAFCCB0D /* Sounds */,
30583059
);
@@ -5487,6 +5488,13 @@
54875488
path = ShareExtension;
54885489
sourceTree = "<group>";
54895490
};
5491+
D174C6E7DCA00AAFC0169925 /* ElementCall */ = {
5492+
isa = PBXGroup;
5493+
children = (
5494+
);
5495+
path = ElementCall;
5496+
sourceTree = "<group>";
5497+
};
54905498
D382E465AF067C1BF888BF8E /* View */ = {
54915499
isa = PBXGroup;
54925500
children = (
@@ -8534,7 +8542,7 @@
85348542
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
85358543
requirement = {
85368544
kind = exactVersion;
8537-
version = 25.03.05;
8545+
version = 25.03.06;
85388546
};
85398547
};
85408548
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElementX/Sources/Application/AppSettings.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ final class AppSettings {
4949
case fuzzyRoomListSearchEnabled
5050
case enableOnlySignedDeviceIsolationMode
5151
case knockingEnabled
52-
case eventCacheEnabled
52+
case eventCacheEnabledV2
5353
}
5454

5555
private static var suiteName: String = InfoPlistReader.main.appGroupIdentifier
@@ -298,7 +298,7 @@ final class AppSettings {
298298
@UserPreference(key: UserDefaultsKeys.hideTimelineMedia, defaultValue: false, storageType: .userDefaults(store))
299299
var hideTimelineMedia
300300

301-
@UserPreference(key: UserDefaultsKeys.eventCacheEnabled, defaultValue: false, storageType: .userDefaults(store))
301+
@UserPreference(key: UserDefaultsKeys.eventCacheEnabledV2, defaultValue: true, storageType: .userDefaults(store))
302302
var eventCacheEnabled
303303
}
304304

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ packages:
5959
# Element/Matrix dependencies
6060
MatrixRustSDK:
6161
url: https://github.com/element-hq/matrix-rust-components-swift
62-
exactVersion: 25.03.05
62+
exactVersion: 25.03.06
6363
# path: ../matrix-rust-sdk
6464
Compound:
6565
url: https://github.com/element-hq/compound-ios

0 commit comments

Comments
 (0)