diff --git a/README.md b/README.md index e04d667596..28c6b2443c 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,6 @@ For a good example, see https://riot.im/develop/config.json. 1. `features`: Lookup of optional features that may be `enable`d, `disable`d, or exposed to the user in the `labs` section of settings. The available optional experimental features vary from release to release. - * `feature_reactions` allows reacting to messages with emoji and displaying - reactions from other people 1. `brand`: String to pass to your homeserver when configuring email notifications, to let the homeserver know what email template to use when talking to you. 1. `branding`: Configures various branding and logo details, such as: diff --git a/docs/labs.md b/docs/labs.md index 65b16edf90..41efe71493 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -29,4 +29,10 @@ Once enabled, send a custom state event to a room to set values: That's it. Now should see your new counter under the header. -[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org \ No newline at end of file +## Reactions + +`feature_reactions` allows reacting to messages with emoji and displaying +reactions from other people. 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