Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: NoteToSelf messages are editable forever #13035

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: Added capability for editing msgs in NoteToSelf
Signed-off-by: skalidindi53 <[email protected]>
  • Loading branch information
skalidindi53 authored and nickvergessen committed Aug 22, 2024
commit 33374d955f29818d8f7e57ddd7192aa0a5ee8e5c
1 change: 1 addition & 0 deletions docs/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@
* `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
* `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
Loading