Skip to content

Instantly share code, notes, and snippets.

@emtwo
Created January 15, 2018 21:50
Show Gist options
  • Save emtwo/6d4e6e28315ab5159f4949093c64bbfd to your computer and use it in GitHub Desktop.
Save emtwo/6d4e6e28315ab5159f4949093c64bbfd to your computer and use it in GitHub Desktop.
createUserEvent(action) {
let pingCentrePing = Object.assign(
this.createPing(au.getPortIdOfSender(action)),
action.data,
{action: "activity_stream_user_event"}
);
this.utEvents.sendUserEvent(pingCentrePing);
return pingCentrePing;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment