Webpack build for branch master: 4e028d713a

This commit is contained in:
Travis CI 2017-08-30 11:04:24 +00:00
parent abe12e09da
commit 8a146fe553
2 changed files with 2 additions and 2 deletions

View file

@ -23941,7 +23941,7 @@ class ReactionStore extends DataStore {
create(data) {
const emojiID = data.emoji.id || decodeURIComponent(data.emoji.name);
const existing = this.get(data.id);
const existing = this.get(emojiID);
if (existing) return existing;
const reaction = new MessageReaction(this.message, data.emoji, data.count, data.me);

File diff suppressed because one or more lines are too long