Skip to content

Commit 0653008

Browse files
author
Shaw
committed
chore: accept hosted blooio imessage preflight
1 parent b39ccb2 commit 0653008

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

packages/cloud-shared/scripts/messaging-gateway-preflight.mjs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,14 @@ function checkIMessage() {
9090
addCheck(
9191
"imessage",
9292
"BlueBubbles relay URL",
93-
hasAny(["BLUEBUBBLES_RELAY_URL", "IMESSAGE_RELAY_URL", "ELIZA_APP_BLOOIO_API_URL"]),
94-
"BlueBubbles relay URL is configured",
95-
"Register the Mac relay and set BLUEBUBBLES_RELAY_URL.",
93+
hasAny([
94+
"BLUEBUBBLES_RELAY_URL",
95+
"IMESSAGE_RELAY_URL",
96+
"ELIZA_APP_BLOOIO_API_URL",
97+
"ELIZA_APP_BLOOIO_API_KEY",
98+
]),
99+
"BlueBubbles relay URL or hosted Blooio API key is configured",
100+
"Register the Mac relay and set BLUEBUBBLES_RELAY_URL, or configure ELIZA_APP_BLOOIO_API_KEY for the hosted iMessage bridge.",
96101
);
97102
addCheck(
98103
"imessage",

0 commit comments

Comments
 (0)