Aminda Suomalainen 2ec0ca02ea
Revert "matrix: remove spaces.md as unmaintained and probably outdated"
This reverts commit 24a978a37646eab3a59b0dae53aca7b591067235.
2024-02-29 16:26:34 +02:00
..
2023-03-17 15:15:04 +02:00
2023-06-09 14:46:17 +03:00
2024-01-29 10:44:04 +02:00
2023-03-17 15:15:04 +02:00

Notes regarding Matrix, a decentralised conversation store

As a lot of things require playing around with /devtools and raw state events, this is where I collect those and other things related to Matrix.

Events are mostly named how they are used, but retention predates that so m.room.retention is a symlink to not break either links or muscle memory on terminal. account-data is an exception for appearing that way in /devtools (kind of) and clients (Element & FluffyChat) have their own directories.

Other notes not needing their own directories

Account migration

  • EMS Matrix account migration tool
    • Centralized, propietary, service, works less well since Synapse 1.11.0rc1 made PL50 requirement for inviting users to new rooms.
  • Variate is planning to be a tool for migrating between different Matrix server implementations.