Skip to content

Commit afd9095

Browse files
timfraedrichstefanceriu
authored andcommitted
update "Getting Started.md" to new syntax
1 parent e887859 commit afd9095

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
@@ -76,7 +76,7 @@ let syncService = try await client.syncService().finish()
7676
// Listen to room list updates.
7777
let listener = AllRoomsListener()
7878
let roomListService = syncService.roomListService()
79-
let handle = try await roomListService.allRooms().entries(listener: listener)
79+
let handle = try await roomListService.allRooms().entriesWithDynamicAdapters(pageSize: 100, listener: listener)
8080

8181
// Start the sync loop.
8282
await syncService.start()

0 commit comments

Comments
 (0)