0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

Add more detail to fed event descriptions.

Jason Volk 2020-06-17 23:26:15 -07:00
parent 0e1cb8951c
commit 72eaa95d78

@ -141,11 +141,11 @@ Note: `log unmask` with no arguments *unmutes all* facilities.
## fed
Federation related.
### `fed event <event_id>`
Show the state of an event according to federation.
### `fed event <event_id> <host> [eval|raw]`
Federation query to `host` for event with result pretty-printed in console. Use "raw" argument to display actual string received from host; or use "eval" argument to process the event.
### `fed state <room> <server_in_room> eval`
Re-fetch room states through federation
### `fed state <room> <host> [event_id] [eval]`
Federation query to `host` for the state of `room` at `event_id`. Optionally the "eval" argument will process the state as well (note this is for diagnostic purposes and may evaluate the state slower than normal methods).
***