mirror of
https://codeberg.org/june64/mrvc.git
synced 2026-01-10 16:06:33 +01:00
introduce option for recursively checking all child rooms as well
This commit is contained in:
parent
f805786ae0
commit
919127e255
4 changed files with 72 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -73,7 +73,7 @@ func main() {
|
|||
fclient.WithTimeout(config.HomeserverVersionInfoTimeout),
|
||||
)
|
||||
|
||||
roomInfoTree := roominfotree.Get(config.Rooms, client, federationClient)
|
||||
roomInfoTree := roominfotree.Get(config.Rooms, config.Recursive, client, federationClient)
|
||||
|
||||
for roomID, roomInfo := range roomInfoTree {
|
||||
fmt.Println("Room:")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue