1
0
Fork 0
mirror of https://codeberg.org/june64/mrvc.git synced 2026-01-11 08:16:33 +01:00
Commit graph

6 commits

Author SHA1 Message Date
919127e255
introduce option for recursively checking all child rooms as well 2025-08-19 02:16:57 +02:00
f805786ae0
move room ID resolution and given alias information to roomInfoTree
Move room ID resolution into roomInfoTree and therefore store given
alias information in RoomInfoTree as well.
2025-08-18 23:16:54 +02:00
7a444ccc7a
move roomInfo retrieval into outer loop as its unaffected by inner loop 2025-08-18 22:15:32 +02:00
9441eef002
move building of homeservers array into separate function
Move building of homeservers array into separate function to make Get
function easier to follow.
2025-08-17 23:05:42 +02:00
94a7f7140d
move building of membersByHomeserversByRoomID map into separate function
Move building of membersByHomeserversByRoomID map into separate function
to make Get function easier to follow.
2025-08-17 22:59:42 +02:00
5b3df2a619
refactor RoomInfoTree building into separate package for better org. 2025-08-17 22:46:14 +02:00