From: Richard Steinmetz Date: Tue, 21 Sep 2021 13:05:21 +0000 (+0200) Subject: Use IRoomMetadata as source of truth for supported room types X-Git-Tag: v21.0.5rc1~7^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=079707cd8169a01f7748011283a484598594f74f;p=nextcloud-server.git Use IRoomMetadata as source of truth for supported room types Signed-off-by: Richard Steinmetz --- diff --git a/lib/public/Calendar/Room/IRoomMetadata.php b/lib/public/Calendar/Room/IRoomMetadata.php index b6233a486f2..0f9601f5b4b 100644 --- a/lib/public/Calendar/Room/IRoomMetadata.php +++ b/lib/public/Calendar/Room/IRoomMetadata.php @@ -37,7 +37,7 @@ interface IRoomMetadata { /** * Type of room * - * Allowed values for this key include: + * Allowed values for this key are: * - meeting-room * - lecture-hall * - seminar-room