hydrogen-web/src
Kegan Dougal 9d171682da Implement room subscriptions (with caveats)
When a room is clicked on then a room subscription is made.
`Sync3.ts` handles unsubscribing from old rooms. Caveats:

- currently we don't read the `room_subscription` response.
- currently the hook for which room is visible doesn't honour the default room on refresh.
- lacks unit tests.
2021-12-08 11:43:56 +00:00
..
domain Implement room subscriptions (with caveats) 2021-12-08 11:43:56 +00:00
fixtures/matrix/invites add Invite class 2021-04-20 16:21:27 +02:00
logging Remove comments 2021-11-30 14:15:49 +05:30
matrix Implement room subscriptions (with caveats) 2021-12-08 11:43:56 +00:00
mocks Convert error.js to ts 2021-11-17 20:28:44 +05:30
observable Get placeholder->room logic working 2021-12-07 12:48:37 +00:00
platform/web Improve performance of room list re-rendering 2021-12-08 10:50:27 +00:00
sdk/paths also call this -Path 2021-10-01 12:56:36 +02:00
utils Use IAbortable 2021-11-17 20:28:44 +05:30
lib.ts also export LoadStatus 2021-10-01 12:49:30 +02:00
main.js extract platform class to put all platform specific code in 2020-10-26 15:44:11 +01:00
placeholder-rooms.html Implement sync v3 sorting 2021-11-30 13:24:08 +00:00