fix(watch): include chat status in preview snapshot

This commit is contained in:
Vincent Koc
2026-07-12 16:55:38 +02:00
parent a37e8bc396
commit 19e650c231
@@ -289,6 +289,7 @@ extension WatchInboxStore {
text: "Gateway is online and ready.",
timestampMs: sentAtMs - 30000),
],
chatStatus: nil,
sentAtMs: sentAtMs,
snapshotId: "watch-screenshot-now-face"))
}