Table des matières

Notes pour Matrix

Synapse découpé en workers

Voir https://github.com/matrix-org/synapse/blob/master/docs/workers.rst

à router vers syncrotron:

^/_matrix/client/r0/(sync|initialSync|rooms/[^/]*/initialSync)

Définir un compte admin du serveur

Avec PostgreSQL (exemple avec le compte @dani:fws.fr)

psql synapse -c "update users set admin=1 where name='@dani:fws.fr'"