- Affected version
- 2.1.0
In the Received Reaction, the "all" value can be inconsistent with the totals for the reaction summary totals.
This is because
Additional the visibility view check is still causing content to be looked up despite the call to
This is because
$reactionFinder->total();
is run separately from getUserReactionsTabSummary
, might as well run just getUserReactionsTabSummary
and sum the values to get the total without the extra query to count total rows.Additional the visibility view check is still causing content to be looked up despite the call to
addContentToReactions