Move to labs doc

This commit is contained in:
J. Ryan Stinnett 2019-05-01 19:13:44 +01:00
parent ebe2ab504b
commit 6df5c35b4e
2 changed files with 7 additions and 3 deletions

View File

@ -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 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 in the `labs` section of settings. The available optional experimental features vary from
release to release. 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 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. homeserver know what email template to use when talking to you.
1. `branding`: Configures various branding and logo details, such as: 1. `branding`: Configures various branding and logo details, such as:

View File

@ -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. That's it. Now should see your new counter under the header.
[#riot-web:matrix.org]: https://matrix.to/#/#riot-web:matrix.org ## 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