Manually enable the event cache as the default enabling hasn't made it to the RustSDK yet 🤦♂️
- https://github.com/matrix-org/matrix-rust-sdk/pull/4308
This commit is contained in:
committed by
Stefan Ceriu
parent
188439eef7
commit
5faad38c74
@@ -22,6 +22,7 @@ extension ClientBuilder {
|
||||
.setSessionDelegate(sessionDelegate: sessionDelegate)
|
||||
.userAgent(userAgent: UserAgentBuilder.makeASCIIUserAgent())
|
||||
.requestConfig(config: .init(retryLimit: 0, timeout: 30000, maxConcurrentRequests: nil, retryTimeout: nil))
|
||||
.useEventCachePersistentStorage(value: true)
|
||||
|
||||
builder = switch slidingSync {
|
||||
case .restored: builder
|
||||
|
||||
Reference in New Issue
Block a user