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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user