mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 02:24:31 +00:00
refactor: prune legacy group prefixes
This commit is contained in:
@@ -220,7 +220,7 @@ describe("resolveHeartbeatDeliveryTarget", () => {
|
||||
const entry = {
|
||||
...baseEntry,
|
||||
lastChannel: "whatsapp" as const,
|
||||
lastTo: "whatsapp:group:120363401234567890@G.US",
|
||||
lastTo: "whatsapp:120363401234567890@G.US",
|
||||
};
|
||||
expect(resolveHeartbeatDeliveryTarget({ cfg, entry })).toEqual({
|
||||
channel: "whatsapp",
|
||||
|
||||
Reference in New Issue
Block a user