Skip to content

Commit

Permalink
feat: Added capability for blurhash
Browse files Browse the repository at this point in the history
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
  • Loading branch information
skalidindi53 committed Aug 20, 2024
1 parent 51d419b commit 0c728ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@
* `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

## 21
* `blurhash` - Whether the blurhash is available for image previews
1 change: 1 addition & 0 deletions lib/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class Capabilities implements IPublicCapability {
'ban-v1',
'chat-reference-id',
'mention-permissions',
'blurhash',
];

public const LOCAL_FEATURES = [
Expand Down

0 comments on commit 0c728ea

Please sign in to comment.