Skip to content

Commit

Permalink
Fixes RocketChat#322 - Manually port RC RocketChat#10576
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Apr 27, 2018
1 parent 7510b15 commit 3b79220
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Empty file added .scripts/Started
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RocketChat.integrations.triggerHandler = new class RocketChatIntegrationHandler
}

if (data) {
history.data = data;
history.data = { ...data };

if (data.user) {
history.data.user = _.omit(data.user, ['meta', '$loki', 'services']);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b79220

Please sign in to comment.