0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-24 15:52:34 +01:00

Updated Useful console command examples (markdown)

Jason Volk 2023-01-11 10:15:05 -08:00
parent 94127169d8
commit 3e0e8b016b

@ -33,9 +33,9 @@ THE CONSOLE HAS COMPLETE CONTROL OF THE SERVER. CHANGES THROUGH THE CONSOLE ARE
##### Commands for a specific element of Matrix:
1. `$` [event](#event) - Atomic unit of Matrix protocol.
2. `!` [room](#room) - Collection of events in a timeline.
3. `@` [user](#user) - Party to the Matrix Protocol.
1. `$` [event](#event) - Atomic unit of the Matrix protocol.
2. `@` [user](#user) - Party to the Matrix protocol.
3. `!` [room](#room) - Collection of events in a timeline.
4. `+` [group](#bridge) - Collection of rooms and users.
5. `:` [node](#node) - Collection of users (a.k.a. origin, server).
6. [bridge](#bridge) - Management of an application-service.