matrix-org / matrix-rust-components-swift

Swift package providing components from the matrix-rust-sdk
Apache License 2.0
29 stars 6 forks source link

It's not support sync v2 any more #14

Closed drminh2807 closed 2 months ago

drminh2807 commented 11 months ago

Describe the bug as your Getting Started.md, you said that

// Start the client using syncv2.
client.startSync(timelineLimit: 20)

But when I try use that, startSync doesn't exist in ClientProtocol