integrate with bot

This commit is contained in:
Sharon Kennedy
2020-02-23 12:01:58 -05:00
parent 06a24562bc
commit 03335e0cc2
2 changed files with 41 additions and 6 deletions

View File

@@ -7,10 +7,10 @@ export default function bookmarklet() {
window.EmbeddableWidget = EmbeddableWidget;
EmbeddableWidget.mount({
termsUrl: "https://tosdr.org/",
privacyStatement: "This chat application does not collect any of your personal data or any data from your use of this service.",
matrixServerUrl: "https://matrix.rhok.space",
roomName: "Support Chat",
termsUrl: 'https://tosdr.org/',
privacyStatement: 'This chat application does not collect any of your personal data or any data from your use of this service.',
matrixServerUrl: 'https://matrix.rhok.space',
roomName: 'Support Chat',
});
}