pollcatch 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pc.js +2 -3
package/package.json
CHANGED
package/pc.js
CHANGED
|
@@ -3875,9 +3875,8 @@ let q = class extends b {
|
|
|
3875
3875
|
* Get the display count for a specific reaction including local optimistic updates
|
|
3876
3876
|
*/
|
|
3877
3877
|
getReactionCount(e) {
|
|
3878
|
-
var
|
|
3879
|
-
|
|
3880
|
-
return t > 0 ? t : o;
|
|
3878
|
+
var t, o;
|
|
3879
|
+
return ((o = (t = this.dataController.stats) == null ? void 0 : t.breakdown) == null ? void 0 : o[e]) || 0;
|
|
3881
3880
|
}
|
|
3882
3881
|
/**
|
|
3883
3882
|
* Handle trigger button click (compact mode)
|