Skip to content

Commit 0c728ea

Browse files
committed
feat: Added capability for blurhash
Signed-off-by: skalidindi53 <[email protected]>
1 parent 51d419b commit 0c728ea

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/capabilities.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,6 @@
154154
* `ban-v1` - Whether the API to ban attendees is available
155155
* `mention-permissions` - Whether non-moderators are allowed to mention `@all`
156156
* `federation-v2` - Whether federated session ids are used and calls are possible with federation
157+
158+
## 21
159+
* `blurhash` - Whether the blurhash is available for image previews

lib/Capabilities.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class Capabilities implements IPublicCapability {
102102
'ban-v1',
103103
'chat-reference-id',
104104
'mention-permissions',
105+
'blurhash',
105106
];
106107

107108
public const LOCAL_FEATURES = [

0 commit comments

Comments
 (0)