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:
parent
74189b2164
commit
8903f65fcb
3 changed files with 6 additions and 3 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue