Merge pull request #185 from savardc/fix-nimble-comp-with-customs

Fix crash in NimbleEmojiIndex when using custom emojis
release
Etienne Lemay 2018-05-08 08:24:39 -04:00 committed by GitHub
commit 2428f3c1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default class NimbleEmojiIndex {
let emojiId = emoji.id || emoji.short_names[0]
delete pool[emojiId]
delete emojisList[emojiId]
delete this.emojis[emojiId]
})
}