Merge branch 'charles/dump-state' into 'main'

add `get-room-states` subcommand

See merge request matrix/grapevine!133
This commit is contained in:
Charles Hall 2024-12-14 10:55:29 +00:00
commit 1cccf481fe
8 changed files with 992 additions and 0 deletions

View file

@ -299,3 +299,6 @@ This will be the first release of Grapevine since it was forked from Conduit
([!121](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/121))
25. Add configuration options to tune the value of each cache individually.
([!124](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/124))
26. Add subcommand to get the state of all or a subset of rooms either from the
incrementally updated cache or by recomputing the state.
([!133](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/133))