Enable client-side aggregations for reactions

If reactions are enabled, we need to enable client-side aggregation in the
`MatrixClient` to access the data.
This commit is contained in:
J. Ryan Stinnett 2019-05-08 15:06:48 +01:00
parent 74189b2164
commit 8903f65fcb
3 changed files with 6 additions and 3 deletions

View file

@ -120,7 +120,7 @@ export const SETTINGS = {
},
"feature_reactions": {
isFeature: true,
displayName: _td("React to messages with emoji"),
displayName: _td("React to messages with emoji (refresh to apply changes)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},