diff options
author | kesselb <mail@danielkesselberg.de> | 2021-09-21 18:16:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 18:16:01 +0200 |
commit | 7cab6ed3cb793a106983f06747fb25572c44f369 (patch) | |
tree | 5d0eaf5e22dcf3733964ff59c788d89c81be2fb6 | |
parent | d4486b8d4f698c6c93ffa6b2d1b66cf8e65f4ad8 (diff) | |
parent | 33ec7ef2808bafe18be2168105ac3ecf0d63f979 (diff) | |
download | nextcloud-server-7cab6ed3cb793a106983f06747fb25572c44f369.tar.gz nextcloud-server-7cab6ed3cb793a106983f06747fb25572c44f369.zip |
Merge pull request #28918 from nextcloud/fix/noid/room-type-source-of-truth
Use IRoomMetadata as source of truth for supported room types
-rw-r--r-- | lib/public/Calendar/Room/IRoomMetadata.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Calendar/Room/IRoomMetadata.php b/lib/public/Calendar/Room/IRoomMetadata.php index 9186e4f4931..ba0eba71311 100644 --- a/lib/public/Calendar/Room/IRoomMetadata.php +++ b/lib/public/Calendar/Room/IRoomMetadata.php @@ -36,7 +36,7 @@ interface IRoomMetadata { /** * Type of room * - * Allowed values for this key include: + * Allowed values for this key are: * - meeting-room * - lecture-hall * - seminar-room |