0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 20:03:45 +02:00

Updated Bridges (markdown)

Jason Volk 2023-02-15 19:40:14 -08:00
parent 692fc11ae5
commit a3a16b28b0

@ -4,9 +4,9 @@
- Add the prefix `bridge_` to the `as_token`.
- :exclamation: The bridge `id` and the `sender_localpart` have to match at this time.
- The bridge `id` and the `sender_localpart` have to match at this time.
> The bridge user and room will be created based on this `id` automatically (e.g. `!id:localhost`). It is also okay if these already exist.
> The bridge user and room will be created based on the `id` automatically (e.g. `!id:localhost`). It is also okay if these already exist.
2. Convert the `registration.yaml` to `registration.json` using a yaml2json converter such as `apt-get install reserialize` or a website.