Webpack build for branch master: 25ece1882b

This commit is contained in:
Travis CI 2017-09-14 10:39:32 +00:00
parent afd4fc8d3e
commit 8582090813
2 changed files with 2 additions and 3 deletions

View file

@ -24258,8 +24258,7 @@ class ReactionStore extends DataStore {
}
create(data, cache) {
data.emoji.id = data.emoji.id || decodeURIComponent(data.emoji.name);
return super.create(data, cache, { id: data.emoji.id, extras: [this.message] });
return super.create(data, cache, { id: data.emoji.id || data.emoji.name, extras: [this.message] });
}
/**

File diff suppressed because one or more lines are too long