fixed campfire regex (#4149)

pull/4139/head
Peer Richelsen 2022-09-04 22:30:35 +02:00 committed by GitHub
parent 4ea29ed2ac
commit 1c90dcaa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
"type": "integrations:campfire_video", "type": "integrations:campfire_video",
"label": "Campfire", "label": "Campfire",
"linkType": "static", "linkType": "static",
"organizerInputPlaceholder": "https://campfire.to/your-team", "organizerInputPlaceholder": "https://party.campfire.to/your-team",
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?campfire.to\\/[a-zA-Z0-9]*" "urlRegExp": "^http(s)?:\\/\\/(www\\.)?party.campfire.to\\/[a-zA-Z0-9]*"
} }
} }
} }