mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
feat(pinned): Add capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
47c9525ba9
commit
30ef63daec
2 changed files with 4 additions and 0 deletions
|
|
@ -197,3 +197,6 @@
|
|||
## 22
|
||||
* `threads` - Whether the chat supports threads
|
||||
* `config => call => live-transcription` - Whether live transcription is supported in calls
|
||||
|
||||
## 23
|
||||
* `pinned-messages` - Whether messages can be pinned
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ class Capabilities implements IPublicCapability {
|
|||
'upcoming-reminders',
|
||||
'sensitive-conversations',
|
||||
'threads',
|
||||
'pinned-messages',
|
||||
];
|
||||
|
||||
public const CONDITIONAL_FEATURES = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue