Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intercom #1619

Merged
merged 23 commits into from
Apr 13, 2018
Merged

Add Intercom #1619

merged 23 commits into from
Apr 13, 2018

Conversation

backspace
Copy link
Contributor

No description provided.

The Application doesn’t have access to the service yaaaa
app/app.js Outdated
setIntercomUser(user) {
this.get('intercom').set('user.name', user.name);
this.get('intercom').set('user.email', user.email);
// FIXME createdAt?

This comment was marked as spam.

This comment was marked as spam.

joshk
joshk previously requested changes Apr 12, 2018
@@ -161,7 +161,7 @@ export default Service.extend({
if (proVersion && get(config, 'intercom.enabled')) {
this.get('intercom').set('user.name', user.name);
this.get('intercom').set('user.email', user.email);
// FIXME createdAt?
this.get('intercom').set('user.createdAt', user.last_synced_at);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@backspace backspace dismissed joshk’s stale review April 12, 2018 19:01

Changed to created_at

@backspace backspace merged commit d675b33 into master Apr 13, 2018
@backspace backspace deleted the bd-intercom branch May 29, 2018 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants