refactor(heartbeat): harden dm delivery classification

This commit is contained in:
Peter Steinberger
2026-02-25 02:12:59 +00:00
parent 91ae82ae19
commit 24d7612ddf
8 changed files with 292 additions and 105 deletions

View File

@@ -55,7 +55,7 @@ describe("Ghost reminder bug (issue #13317)", () => {
const sessionKey = await seedMainSessionStore(params.storePath, cfg, {
lastChannel: "telegram",
lastProvider: "telegram",
lastTo: "155462274",
lastTo: "-100155462274",
});
return { cfg, sessionKey };