Fix stuck unread indicators. (#3023)

* Update the SDK (fixes stuck unread indicators).

* Use the SDK's cached server versions too.
This commit is contained in:
Doug
2024-07-10 17:54:10 +01:00
committed by GitHub
parent 01e3010b49
commit 8eae8decaf
5 changed files with 241 additions and 76 deletions

View File

@@ -24,7 +24,6 @@ extension ClientBuilder {
.slidingSyncProxy(slidingSyncProxy: slidingSyncProxy?.absoluteString)
.enableCrossProcessRefreshLock(processId: InfoPlistReader.main.bundleIdentifier, sessionDelegate: sessionDelegate)
.userAgent(userAgent: UserAgentBuilder.makeASCIIUserAgent())
.serverVersions(versions: ["v1.0", "v1.1", "v1.2", "v1.3", "v1.4", "v1.5"]) // FIXME: Quick and dirty fix for stopping version requests on startup https://github.com/matrix-org/matrix-rust-sdk/pull/1376
if setupEncryption {
builder = builder