Skip to content

add `get-room-states` subcommand

Charles Hall requested to merge charles/dump-state into main

Dumps the state of the selected rooms (or all rooms, by default) to stdout as JSON. Can optionally recompute the state from scratch instead of relying on the incrementally updated values elsewhere in the database. This can be useful for debugging stuff.

Depends on !130 (merged) and !131 (merged).

Edited by Charles Hall

Merge request reports