fixed campfire regex (#4149)

This commit is contained in:
Peer Richelsen
2022-09-04 22:30:35 +02:00
committed by GitHub
parent 4ea29ed2ac
commit 1c90dcaa62
+2 -2
View File
@@ -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]*"
}
}
}