Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-10-08 15:07:50 +02:00
Родитель 6275900baa
Коммит 64e2625746
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,7 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
### 5.0
* `invite-by-mail` - Guests can be invited with their email address
* `notification-levels` - Users can select when they want to be notified in conversations
## Room management

Просмотреть файл

@ -46,6 +46,7 @@ class Capabilities implements IPublicCapability {
'mention-flag',
'in-call-flags',
'invite-by-mail',
'notification-levels',
],
],
];

Просмотреть файл

@ -50,6 +50,7 @@ class CapabilitiesTest extends TestCase {
'mention-flag',
'in-call-flags',
'invite-by-mail',
'notification-levels',
],
],
], $capabilities->getCapabilities());