iMessage: Add remote attachment support for VM/SSH deployments

This commit is contained in:
Tyler Yust
2026-01-16 15:51:42 -08:00
parent e9d6869290
commit 7a9ff18260
6 changed files with 108 additions and 6 deletions

View File

@@ -38,6 +38,8 @@ export type MsgContext = {
MediaPaths?: string[];
MediaUrls?: string[];
MediaTypes?: string[];
/** Remote host for SCP when media lives on a different machine (e.g., clawdbot@192.168.64.3). */
MediaRemoteHost?: string;
Transcript?: string;
ChatType?: string;
GroupSubject?: string;