Skip to content

Commit

Permalink
Remove edits feature flag from docs and config
Browse files Browse the repository at this point in the history
Part of #10282
  • Loading branch information
jryans committed Jul 18, 2019
1 parent 8a022a4 commit 7731f93
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions config.sample.json
Expand Up @@ -22,8 +22,7 @@
"features": {
"feature_groups": "labs",
"feature_pinning": "labs",
"feature_reactions": "labs",
"feature_message_editing": "labs"
"feature_reactions": "labs"
},
"default_federate": true,
"default_theme": "light",
Expand Down
7 changes: 0 additions & 7 deletions docs/labs.md
Expand Up @@ -35,11 +35,4 @@ That's it. Now should see your new counter under the header.
reactions from other people. This feature is currently under active development,
and only portions have been implemented so far.

## Message editing

`feature_message_editing` allows editing messages after they have been sent,
accessible from the reaction/context bar when hovering a message.
This feature is currently under active development,
and only portions have been implemented so far.

[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org
3 changes: 1 addition & 2 deletions electron_app/riot.im/config.json
Expand Up @@ -31,8 +31,7 @@
},
"features": {
"feature_lazyloading": "enable",
"feature_reactions": "enable",
"feature_message_editing": "enable"
"feature_reactions": "enable"
},
"enable_presence_by_hs_url": {
"https://matrix.org": false
Expand Down
3 changes: 1 addition & 2 deletions riot.im/develop/config.json
Expand Up @@ -26,8 +26,7 @@
"feature_sas": "labs",
"feature_room_breadcrumbs": "labs",
"feature_state_counters": "labs",
"feature_reactions": "enable",
"feature_message_editing": "enable"
"feature_reactions": "enable"
},
"welcomeUserId": "@riot-bot:matrix.org",
"piwik": {
Expand Down

0 comments on commit 7731f93

Please sign in to comment.