Webpack build for branch master: ba11f76284

This commit is contained in:
Travis CI 2017-01-26 21:21:37 +00:00
parent 73ba373414
commit 42932c5a35
2 changed files with 2 additions and 2 deletions

View file

@ -2648,7 +2648,7 @@ class Message {
if (data.reactions.length > 0) {
for (const reaction of data.reactions) {
const id = reaction.emoji.id ? `${reaction.emoji.name}:${reaction.emoji.id}` : reaction.emoji.name;
this.reactions.set(id, new MessageReaction(this, data.emoji, data.count, data.me));
this.reactions.set(id, new MessageReaction(this, reaction.emoji, reaction.count, reaction.me));
}
}
}

File diff suppressed because one or more lines are too long