Better key name
This commit is contained in:
parent
ef618b2431
commit
dd39d6ea37
7 changed files with 13 additions and 13 deletions
|
|
@ -55,7 +55,7 @@ export default Vue.extend({
|
|||
const customEmoji = this.customEmojis.find(x => x.name == this.name);
|
||||
if (customEmoji) {
|
||||
this.customEmoji = customEmoji;
|
||||
this.url = this.$store.state.device.doNotAutoplayAnimation
|
||||
this.url = this.$store.state.device.disableShowingAnimatedImages
|
||||
? getStaticImageUrl(customEmoji.url)
|
||||
: customEmoji.url;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue