Fix duplicate thumbs reactions

This commit is contained in:
Valere 2021-02-04 14:11:02 +01:00
parent d11ed8c4ef
commit 64694a4eda
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Improvements 🙌:
-
Bugfix 🐛:
-
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
Translations 🗣:
-

View file

@ -95,6 +95,6 @@ class EmojiDataSource @Inject constructor(
}
companion object {
val quickEmojis = listOf("👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀")
val quickEmojis = listOf("\uD83D\uDC4D", "\uD83D\uDC4E", "😄", "🎉", "😕", "❤️", "🚀", "👀")
}
}