Adjust Push Notification Logic

Nucleic-Session: 0F065CD6-20FE-4941-ACF5-C57A4572A5A3
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-06 12:50:35 -07:00
co-authored by nucleic
parent 1f82f83aca
commit 95a615e2c3
+1 -1
View File
@@ -8,7 +8,7 @@
import type { Env } from "./env";
import { parseHeartbeat, type Heartbeat } from "./heartbeat";
import { apnsConfig, approvalPayload, liveActivityPayload, sendApns, sendLiveActivityApns } from "./apns";
import { apnsConfig, approvalPayload, clearPayload, liveActivityPayload, sendApns, sendApnsClear, sendLiveActivityApns } from "./apns";
import { authedHostId, enrollHost, registerPushToken, wakeableRecord, type PushRegisterBody } from "./push";
import { handleApply, handleReview } from "./testers";
import {