spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.9k stars 1.04k forks source link

Update room IDs and alias with ones on the Matrix Specification #3653

Closed luixxiul closed 3 weeks ago

luixxiul commented 3 weeks ago

Related: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3631

This PR intends to update room IDs and alias with ones on the Matrix Specification.

See:

If I am honest, I do not think those are nice choices... they should be something which looks more as example, but using ones on the specs should help us to keep consistency when they are updated on a future spec version.

spantaleev commented 3 weeks ago

I'm also a bit worried that using something like !qporfwt:example.com may be less visible (and easier to miss when adjusting configs) than !your-room-id:your-server.com.

It's probably fine though.

luixxiul commented 3 weeks ago

I guess something such as !example:example.com, !example:example.net, and #example:example.org could be better, though there are too much "example" here..

I'll open an issue to track the issue.