diff --git a/content/blog/2024/12/2024-12-06-twim.md b/content/blog/2024/12/2024-12-06-twim.md index 006c05b64..dc5951172 100644 --- a/content/blog/2024/12/2024-12-06-twim.md +++ b/content/blog/2024/12/2024-12-06-twim.md @@ -58,7 +58,7 @@ category = ["This Week in Matrix"] > > ### Spec Updates > -> Folowing on from last week, the SCT continues to work towards the next spec release, expected in mid-December with Account Suspension, backwards compatibility for captions, and likely some further work towards Matrix 2.0 in the form of crypto MSCs. +> Following on from last week, the SCT continues to work towards the next spec release, expected in mid-December with Account Suspension, backwards compatibility for captions, and likely some further work towards Matrix 2.0 in the form of crypto MSCs. > > Folks are encouraged to raise their MSCs for review in the [SCT Office](https://matrix.to/#/#sct-office:matrix.org) as soon as they feel it's ready for broad review. This helps ensure there are minimal process delays, and feedback can be incorporated into the feature design early. This is especially important for Matrix 2.0 MSCs, which the SCT hopes to be able to release in the new year. @@ -202,7 +202,7 @@ A python binding to the implementation of Olm and Megolm in pure Rust. > The new repo itself is > It's very much a WIP, with documentation and certain usability QoL items still left to implement, but it's expected to be usable as-is. > -> Not finalized yet, but I'm roughly planning to institute a verisoning scheme that strictly follows that of the rust crate `vodozemac`, with a subversion to account for any changes that don't relate to the actual underlying library. +> Not finalized yet, but I'm roughly planning to institute a versioning scheme that strictly follows that of the rust crate `vodozemac`, with a subversion to account for any changes that don't relate to the actual underlying library. > > PRs are extremely welcome, especially for helping getting to replace `pyolm` with `vodozemac` in `matrix-nio`!