Files
element-call-Github/src/room
David Baker e17fd4b68e Human readable URLs
This tries to implement the new scheme for element call URLs, including:
 * All rooms have an alias
 * Legacy unencrypted rooms keep their old alias
 * New encerypted rooms get an autogenerated alias so they have a string that
   can always be used to join them.
 * The room name is hyphenated and included in the URL

However this is buggy as it stands. Firstly, I am gettign initialisation
weirdness where it keeps thinking I'm unregistered, then remembering all
my rooms again when I enter a display name... *realises* oh, this is
because it's looking for config.json in the current directory, ie.
/c/.

Another bug is that it doesn't update the URL bar with the canonical URL
for the room, which it probably ought to.

The main blocker, however, is that it turns out we use the absence of a
canonical alias to tell whether a room is supposed to be an e2ee call room,
so this would need that mechanism replaced.
2023-09-19 17:27:07 +01:00
..
2023-09-19 17:27:07 +01:00
2023-07-11 16:02:58 +01:00
2023-09-19 17:27:07 +01:00
2023-09-19 17:27:07 +01:00
2023-09-18 15:58:36 -04:00
2023-07-11 16:02:58 +01:00
2023-09-19 17:27:07 +01:00
2023-09-19 17:27:07 +01:00
2023-08-18 09:03:21 +01:00
2023-09-19 17:27:07 +01:00
2023-09-18 15:58:36 -04:00