feat(pinned): Add capability

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-10-30 17:52:10 +01:00
parent 47c9525ba9
commit 30ef63daec
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -124,6 +124,7 @@ class Capabilities implements IPublicCapability {
'upcoming-reminders',
'sensitive-conversations',
'threads',
'pinned-messages',
];
public const CONDITIONAL_FEATURES = [