diff --git a/content/blog/2025/11/2025-11-28-twim.md b/content/blog/2025/11/2025-11-28-twim.md index a5fa4680a..70f88bdf1 100644 --- a/content/blog/2025/11/2025-11-28-twim.md +++ b/content/blog/2025/11/2025-11-28-twim.md @@ -74,6 +74,17 @@ Android Matrix messenger application using the Matrix Rust SDK and Jetpack Compo > - We also continued to make progress on Spaces. > - And as usual, a number of bug fixes have been included to enhance stability. +### Element X iOS ([website](https://github.com/vector-im/element-x-ios)) + +A total rewrite of Element iOS using the Matrix Rust SDK underneath and targeting devices running iOS 17+. + +[Mauro Romito](https://matrix.to/#/@mauro.romito:element.io) reports + +> - We are currently implementing the space members access join rule, which allows a room to have people join without an invite if they are a member of a space included in the rule. +> - Usage of the new latest event API which allows to see the sent state of your own message (if last) in the room list. +> - We redesigned the room members list. +> - We are dropping support for iOS 17, this is a thing we do every year so that we only support the latest 2 OS versions, which allows us to keep removing deprecated code and use and experiment with new APIs + ## Dept of SDKs and Frameworks 🧰 ### matrix-rust-sdk ([website](https://github.com/matrix-org/matrix-rust-sdk))