304350ffd4
This PR makes 2 changes: - Updates the storage of room heroes to be a single array containing the user's complete profile. - Exposes these to the FFI so that client apps can use these for avatar colours/clusters. Closes #2702 (again, now with avatars 🖼️) --- * rooms: Store heroes as a complete user profile. * ffi: Expose room heroes on Room and RoomInfo. * chore: Remove TODO comment. * Update crates/matrix-sdk-base/src/rooms/normal.rs Signed-off-by: Benjamin Bouvier <public@benj.me> --------- Signed-off-by: Benjamin Bouvier <public@benj.me> Co-authored-by: Benjamin Bouvier <public@benj.me>
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-wasm, JavaScript / WebAssembly bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.