chore: Add seeds for Bot Messages (#1676)

This commit is contained in:
Sojan Jose
2021-01-22 01:01:02 +05:30
committed by GitHub
parent bba296b5c6
commit d64ba1df8b
3 changed files with 116 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ window.addEventListener('chatwoot:ready', function() {
console.log(window.$chatwoot);
window.$chatwoot.setUser('<%= user_id %>', {
identifier_hash: '<%= user_hash %>',
email: 'jane@acme.inc',
email: 'jane@example.com',
name: 'Jane Doe'
});
})