Skip to content

Commit 9b0c2ca

Browse files
timfraedrichstefanceriu
authored andcommitted
restore "Getting Started.md" functionality
1 parent afd9095 commit 9b0c2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let client = try await ClientBuilder()
2323
.serverNameOrHomeserverUrl(serverNameOrUrl: "matrix.org")
2424
.sessionPaths(dataPath: URL.applicationSupportDirectory.path(percentEncoded: false),
2525
cachePath: URL.cachesDirectory.path(percentEncoded: false))
26-
.slidingSyncVersionBuilder(versionBuilder: .discoverProxy)
26+
.slidingSyncVersionBuilder(versionBuilder: .discoverNative)
2727
.build()
2828

2929
// Login using password authentication.

0 commit comments

Comments
 (0)