From 1c90dcaa6229b07d09a211b0458e1a7afcb903a8 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 4 Sep 2022 22:30:35 +0200 Subject: [PATCH] fixed campfire regex (#4149) --- packages/app-store/campfire/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app-store/campfire/config.json b/packages/app-store/campfire/config.json index d13f200ebe..74e3ef32ce 100644 --- a/packages/app-store/campfire/config.json +++ b/packages/app-store/campfire/config.json @@ -17,8 +17,8 @@ "type": "integrations:campfire_video", "label": "Campfire", "linkType": "static", - "organizerInputPlaceholder": "https://campfire.to/your-team", - "urlRegExp": "^http(s)?:\\/\\/(www\\.)?campfire.to\\/[a-zA-Z0-9]*" + "organizerInputPlaceholder": "https://party.campfire.to/your-team", + "urlRegExp": "^http(s)?:\\/\\/(www\\.)?party.campfire.to\\/[a-zA-Z0-9]*" } } }