mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
Prior to this patch, we were using 2 constants to define the sync indicator delays: `SYNC_INDICATOR_DELAY_BEFORE_SHOWING` and `SYNC_INDICATOR_DELAY_BEFORE_HIDING`. After some discussions with some users, it appears that it's desirable to make these values parameterizable. Thus, this patch updates `RoomListService::sync_indicator` to accept 2 parameters: `delay_before_showing` and `delay_before_hiding`. The patch also updates the FFI bindings.
Matrix Rust SDK bindings
In this directory, one can find bindings to the Rust SDK that are maintained by the owners of the Matrix Rust SDK project.
appleormatrix-rust-components-swift, Swift bindings of thematrix-sdkcrate viamatrix-sdk-ffi,matrix-sdk-crypto-ffi, UniFFI (Kotlin, Swift, Python, Ruby) bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, UniFFI bindings of thematrix-sdkcrate.
There are also external bindings in other repositories:
matrix-sdk-crypto-js, JavaScript bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.