@bobfrankston/rmfmail 1.1.182 → 1.1.183

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.
@@ -3403,6 +3403,10 @@ function maybeShowFilterEmptyState(body) {
3403
3403
  continue;
3404
3404
  visible++;
3405
3405
  }
3406
+ try {
3407
+ logClientEvent("filterEmptyState", { flaggedOnly, priorityOnly, domRows: rows.length, visible, alreadyShown: !!EXISTING });
3408
+ } catch {
3409
+ }
3406
3410
  if (visible > 0) {
3407
3411
  EXISTING?.remove();
3408
3412
  return;