Skip to content

Commit

Permalink
[FIX] Integrations with room data not having the usernames filled in (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
graywolf336 committed Apr 26, 2018
1 parent aeda3b3 commit 75d69f0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 75d69f0

Please sign in to comment.