@bobfrankston/rmfmail 1.1.58 → 1.1.62

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.
@@ -4857,6 +4857,7 @@ async function collectDueAlarms(now) {
4857
4857
  }
4858
4858
  }
4859
4859
  if (pick) {
4860
+ console.log(`[alarm] fire decision key=${pick.key} title="${ev.title || ""}" startMs=${startMs}`);
4860
4861
  items.push({
4861
4862
  uuid: pick.key,
4862
4863
  kind: "calendar",
@@ -5129,6 +5130,7 @@ async function firePopupForItem(item) {
5129
5130
  const m = loadDismissed();
5130
5131
  m[item.uuid] = true;
5131
5132
  saveDismissed(m);
5133
+ console.log(`[alarm] dismiss saved key=${item.uuid}`);
5132
5134
  }
5133
5135
  break;
5134
5136
  case "Delete":