Skip to content

Commit

Permalink
Merge pull request #9598 from jryans/primary-reactions
Browse files Browse the repository at this point in the history
Add reactions feature to config sample
  • Loading branch information
jryans committed May 1, 2019
2 parents 9957149 + bb675fd commit 989b755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"features": {
"feature_groups": "labs",
"feature_pinning": "labs"
"feature_pinning": "labs",
"feature_reactions": "labs"
},
"default_federate": true,
"default_theme": "light",
Expand Down
10 changes: 8 additions & 2 deletions docs/labs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# riot-web Labs features
# Labs features

Some notes on the features you can enable by going to `Settings->Labs`. Not exhaustive, chat in
[#riot-web:matrix.org] for more information.
Expand Down Expand Up @@ -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
## 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

0 comments on commit 989b755

Please sign in to comment.