We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd9095 commit 9b0c2caCopy full SHA for 9b0c2ca
docs/Getting Started.md
@@ -23,7 +23,7 @@ let client = try await ClientBuilder()
23
.serverNameOrHomeserverUrl(serverNameOrUrl: "matrix.org")
24
.sessionPaths(dataPath: URL.applicationSupportDirectory.path(percentEncoded: false),
25
cachePath: URL.cachesDirectory.path(percentEncoded: false))
26
- .slidingSyncVersionBuilder(versionBuilder: .discoverProxy)
+ .slidingSyncVersionBuilder(versionBuilder: .discoverNative)
27
.build()
28
29
// Login using password authentication.
0 commit comments