mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
feat: Add "federation-v2" capability
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
1f792ebc74
commit
ad9c454ad2
2 changed files with 2 additions and 0 deletions
|
|
@ -153,3 +153,4 @@
|
|||
## 20
|
||||
* `ban-v1` - Whether the API to ban attendees is available
|
||||
* `mention-permissions` - Whether non-moderators are allowed to mention `@all`
|
||||
* `federation-v2` - Whether federated session ids are used and calls are possible with federation
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ class Capabilities implements IPublicCapability {
|
|||
'silent-send-state',
|
||||
'chat-read-last',
|
||||
'federation-v1',
|
||||
'federation-v2',
|
||||
'ban-v1',
|
||||
'chat-reference-id',
|
||||
'mention-permissions',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue