update admin app endpoint and ensure chatbox closes even if leaveRoom fails

This commit is contained in:
Sharon Kennedy
2021-01-20 22:44:53 -05:00
parent 40e968fcee
commit bf29508e8c
6 changed files with 33 additions and 30 deletions

10
dist/bookmarklet.js vendored

File diff suppressed because one or more lines are too long

10
dist/chatbox.js vendored

File diff suppressed because one or more lines are too long

2
dist/component.js vendored

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@@ -13,10 +13,8 @@
<script src="./chatbox.js"></script>
<script>
var config = {
settingsEndpoint: 'https://safesupport-admin.herokuapp.com/api/get-settings',
matrixServerUrl: 'https://matrix.safesupport.chat'
}
};
EmbeddableChatbox.mount(config);
</script>