Skip to content

Commit

Permalink
Merge pull request RocketChat#314 from alexbrazier/feature/app-model
Browse files Browse the repository at this point in the history
Set app user model id to improve notifications
  • Loading branch information
rodrigok authored Jan 23, 2017
2 parents 069c489 + 5f89941 commit f0227b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ Bugsnag.metaData = {

Bugsnag.appVersion = app.getVersion();

app.setAppUserModelId('chat.rocket');

window.$ = window.jQuery = require('./vendor/jquery-1.12.0');
start();

0 comments on commit f0227b9

Please sign in to comment.