From 72eaa95d78bd441d273b71f8423c8afceaaf80b8 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 17 Jun 2020 23:26:15 -0700 Subject: [PATCH] Add more detail to fed event descriptions. --- Useful-console-command-examples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Useful-console-command-examples.md b/Useful-console-command-examples.md index 29d4282..1923aba 100644 --- a/Useful-console-command-examples.md +++ b/Useful-console-command-examples.md @@ -141,11 +141,11 @@ Note: `log unmask` with no arguments *unmutes all* facilities. ## fed Federation related. -### `fed event ` -Show the state of an event according to federation. +### `fed event [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 eval` -Re-fetch room states through federation +### `fed state [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). ***