feat: Add "federation-v2" capability

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2024-07-22 11:19:41 +02:00 committed by Joas Schilling
parent 1f792ebc74
commit ad9c454ad2
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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',