Skip to content

Commit

Permalink
feat: Added capability for editing msgs in NoteToSelf
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 596fd98 commit 7115301
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
* `edit-messages-note-to-self` - Messages in note-to-self conversations can be edited indefinitely
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',
'edit-messages-note-to-self',
];

public const LOCAL_FEATURES = [
Expand Down

0 comments on commit 7115301

Please sign in to comment.