From e5f2aaf99cfd8807298e5480e33978e0dd20b1db Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 25 Feb 2019 14:16:19 +0900 Subject: [PATCH] Note that #/ is in fact mandatory --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12549ce..a512fe6 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,8 @@ The matrix.to URL scheme is: | Users: | https://matrix.to/#/@matthew:matrix.org | | Messages: | https://matrix.to/#/#matrix:matrix.org/$1448831580433WbpiJ:jki.re | -The #/ component is optional, and exists to avoid leaking the target URL to the -server hosting matrix.to. https://matrix.to/@matthew:matrix.org works too, and -provides better legibility at the expense of privacy. +The #/ component is mandatory and exists to avoid leaking the target URL to the +server hosting matrix.to. 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 visitors.