mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
always enabled event cache and updated the SDK
Revert "always enabled event cache and updated the SDK" This reverts commit 2f27370eeef327c3271b0cf6797288b01ced160b. fixup event cache key update
This commit is contained in:
parent
083c30edcc
commit
49ada9c3a1
@ -3053,6 +3053,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
01C4C7DB37597D7D8379511A /* Assets.xcassets */,
|
01C4C7DB37597D7D8379511A /* Assets.xcassets */,
|
||||||
|
D174C6E7DCA00AAFC0169925 /* ElementCall */,
|
||||||
A0C06C0F6A8621B22BFAEB56 /* Localizations */,
|
A0C06C0F6A8621B22BFAEB56 /* Localizations */,
|
||||||
8AEA6A91159FA0D3EAFCCB0D /* Sounds */,
|
8AEA6A91159FA0D3EAFCCB0D /* Sounds */,
|
||||||
);
|
);
|
||||||
@ -5487,6 +5488,13 @@
|
|||||||
path = ShareExtension;
|
path = ShareExtension;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
D174C6E7DCA00AAFC0169925 /* ElementCall */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
);
|
||||||
|
path = ElementCall;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
D382E465AF067C1BF888BF8E /* View */ = {
|
D382E465AF067C1BF888BF8E /* View */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
@ -8534,7 +8542,7 @@
|
|||||||
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
|
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = exactVersion;
|
kind = exactVersion;
|
||||||
version = 25.03.05;
|
version = 25.03.06;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
|
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
|
||||||
|
@ -149,8 +149,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
|
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "72da14a8d8077a799561e9a37519feac8c872e19",
|
"revision" : "861fdd7ca4c4ca94de386c6b9b0b7d648944c0bb",
|
||||||
"version" : "25.3.5"
|
"version" : "25.3.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -49,7 +49,7 @@ final class AppSettings {
|
|||||||
case fuzzyRoomListSearchEnabled
|
case fuzzyRoomListSearchEnabled
|
||||||
case enableOnlySignedDeviceIsolationMode
|
case enableOnlySignedDeviceIsolationMode
|
||||||
case knockingEnabled
|
case knockingEnabled
|
||||||
case eventCacheEnabled
|
case eventCacheEnabledV2
|
||||||
}
|
}
|
||||||
|
|
||||||
private static var suiteName: String = InfoPlistReader.main.appGroupIdentifier
|
private static var suiteName: String = InfoPlistReader.main.appGroupIdentifier
|
||||||
@ -298,7 +298,7 @@ final class AppSettings {
|
|||||||
@UserPreference(key: UserDefaultsKeys.hideTimelineMedia, defaultValue: false, storageType: .userDefaults(store))
|
@UserPreference(key: UserDefaultsKeys.hideTimelineMedia, defaultValue: false, storageType: .userDefaults(store))
|
||||||
var hideTimelineMedia
|
var hideTimelineMedia
|
||||||
|
|
||||||
@UserPreference(key: UserDefaultsKeys.eventCacheEnabled, defaultValue: false, storageType: .userDefaults(store))
|
@UserPreference(key: UserDefaultsKeys.eventCacheEnabledV2, defaultValue: true, storageType: .userDefaults(store))
|
||||||
var eventCacheEnabled
|
var eventCacheEnabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ packages:
|
|||||||
# Element/Matrix dependencies
|
# Element/Matrix dependencies
|
||||||
MatrixRustSDK:
|
MatrixRustSDK:
|
||||||
url: https://github.com/element-hq/matrix-rust-components-swift
|
url: https://github.com/element-hq/matrix-rust-components-swift
|
||||||
exactVersion: 25.03.05
|
exactVersion: 25.03.06
|
||||||
# path: ../matrix-rust-sdk
|
# path: ../matrix-rust-sdk
|
||||||
Compound:
|
Compound:
|
||||||
url: https://github.com/element-hq/compound-ios
|
url: https://github.com/element-hq/compound-ios
|
||||||
|
Loading…
x
Reference in New Issue
Block a user