Skip to content

Commit

Permalink
Fix some bare links (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord authored Jul 21, 2023
1 parent a9d4ebe commit 9d9dc98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/blog/2023/07/2023-07-21-twim.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image = "https://matrix.org/blog/img/matrix-logo.png"

[Andrew Morgan (anoa)](https://matrix.to/#/@andrewm:element.io) says

> Here's your weekly spec update! The heart of Matrix is the specification - and this is modified by Matrix Spec Change (MSC) proposals. Learn more about how the process works at https://spec.matrix.org/proposals.
> Here's your weekly spec update! The heart of Matrix is the specification - and this is modified by Matrix Spec Change (MSC) proposals. Learn more about how the process works at <https://spec.matrix.org/proposals>.
>
> ## MSC Status
>
Expand Down Expand Up @@ -52,7 +52,7 @@ image = "https://matrix.org/blog/img/matrix-logo.png"
>
> The proposals aims to allow an OPTIONS pre-flight HTTP request to the same endpoint in order to retrieve the flows necessary, without actually carrying out the action. The proposal does note that using OPTIONS for this case is a bit non-standard though, and some clients may treat the typical `401` error code returned during User-Interactive Auth as a fatal error.
>
> While this does address a flaw in the UIA system, it's worth noting that many other flaws exist! Matrix is planning to move over to an OpenID Connect-based authentication system in the not too distant future, which will likely have far fewer edge cases than our traditional, home-grown one. You can visit https://areweoidcyet.com/ for more information and to track the current progress on that front.
> While this does address a flaw in the UIA system, it's worth noting that many other flaws exist! Matrix is planning to move over to an OpenID Connect-based authentication system in the not too distant future, which will likely have far fewer edge cases than our traditional, home-grown one. You can visit <https://areweoidcyet.com/> for more information and to track the current progress on that front.
## Dept of Servers 🏢

Expand All @@ -77,15 +77,15 @@ Synapse is a Matrix homeserver implementation developed by the matrix.org core t
> * Add `not_user_type` param to the [list accounts admin API](https://matrix-org.github.io/synapse/v1.88/admin_api/user_admin_api.html#list-accounts)
> * Use lower isolation level when cleaning old presence stream data to avoid serialization errors
>
> and much more. If you'd like to take a deep dive into the changes, you can find the release notes [here](https://github.com/matrix-org/synapse/releases) and as always, if you encounter a bug feel free to report it at https://github.com/matrix-org/synapse/issues/new/choose.
> and much more. If you'd like to take a deep dive into the changes, you can find the release notes [here](https://github.com/matrix-org/synapse/releases) and as always, if you encounter a bug feel free to report it at <https://github.com/matrix-org/synapse/issues/new/choose>.
## Dept of Bridges 🌉

### mautrix-gmessages

[tulir](https://matrix.to/#/@tulir:maunium.net) announces

> There's a Google Messages bridge now for bridging RCS (and normal SMS/MMS too): https://github.com/mautrix/gmessages
> There's a Google Messages bridge now for bridging RCS (and normal SMS/MMS too): <https://github.com/mautrix/gmessages>
>
> Since Google's RCS is basically completely proprietary and doesn't have any real interoperability (despite what they want you to think), the only way to bridge it is to act as the Messages for Web app. It's also a much more reliable way of bridging SMS from an Android phone, because the Messages app on Android has access to all of Google's cheat codes to avoid being killed/limited by the OS.
Expand Down

0 comments on commit 9d9dc98

Please sign in to comment.