diff --git a/spaces.html b/spaces.html index 35f5b9b..b33b441 100644 --- a/spaces.html +++ b/spaces.html @@ -14,7 +14,9 @@
% if room['name'] != "TOP": - % if room['name'] != "TOP" and room['name'] != "Libre Gaming" and 'children' in room: + % if room['name'].startswith('Libre Gaming'): +
+ % elif room['name'] != "TOP" and room['name'] != "Libre Gaming" and 'children' in room:
% endif
@@ -30,7 +32,9 @@ % if 'room_id' in room: - % if 'children' not in room: + % if 'canonical_alias' in room: + + % elif 'children' not in room and room['world_readable']: % endif