diff --git a/php/servers/servers-rooms.php b/php/servers/servers-rooms.php index c511329..54098a9 100644 --- a/php/servers/servers-rooms.php +++ b/php/servers/servers-rooms.php @@ -237,7 +237,7 @@ * Returns true if room should not be reflected in listings. */ public function is_off_record(): bool { - return !$this->read + return (!$this->read && !$this->write) || $this->is_testing_room() || in_array("unlisted", $this->string_tags); }