docs: Clarify matrix.to URL scheme for Spaces on README (fixes #393)

This commit is contained in:
Michael Vorburger
2025-10-12 01:04:30 +02:00
committed by GitHub
parent e8fcc3d2b9
commit 8e82c4687e
+4
View File
@@ -56,6 +56,10 @@ The matrix.to URL scheme is
The #/ component is mandatory and exists to avoid leaking the target URL to the The #/ component is mandatory and exists to avoid leaking the target URL to the
server hosting matrix.to. server hosting matrix.to.
There is no _Entity type_ for **Spaces**, as they are technically really just regular
rooms. (Some servers call their "entrypoint" space literally `space`, in which case
the URL would be `https://matrix.to/#/#space:example.org`.)
Note that linking to rooms by ID should only be used for rooms to which the Note that linking to rooms by ID should only be used for rooms to which the
target user has been invited: these links cannot be assumed to work for all target user has been invited: these links cannot be assumed to work for all
visitors. visitors.