From 08feb4218717ba007ee9f777a6bfb6a3d0e22fce Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 18 Nov 2022 12:22:18 +0200 Subject: [PATCH] matrix: fix Matrix URI scheme link --- pages/matrix.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/matrix.markdown b/pages/matrix.markdown index 00e90f6..c459bad 100644 --- a/pages/matrix.markdown +++ b/pages/matrix.markdown @@ -99,7 +99,7 @@ and related issues. ### Can I see who is in any specific room without being there? -In general no, although there is a cornercase that by poking room directory API e.g. for [Matrix Suomi](r/matrix.fi:matrix.org): [https://matrix-client.matrix.org/_matrix/client/v3/directory/room/%23matrix.fi%3Amatrix.org](https://matrix-client.matrix.org/_matrix/client/v3/directory/room/%23matrix.fi%3Amatrix.org), you get the room ID and list of homeservers in it and if you see a single user (or otherwise not so popular homeserver), you can make educated guesses on who may be in the room. +In general no, although there is a cornercase that by poking room directory API e.g. for [Matrix Suomi](matrix:r/matrix.fi:matrix.org): [https://matrix-client.matrix.org/_matrix/client/v3/directory/room/%23matrix.fi%3Amatrix.org](https://matrix-client.matrix.org/_matrix/client/v3/directory/room/%23matrix.fi%3Amatrix.org), you get the room ID and list of homeservers in it and if you see a single user (or otherwise not so popular homeserver), you can make educated guesses on who may be in the room. I think this requires for the room to have an alias (not-published one should be fine) and a homeserver aware of the alias and room being queried.