Fix duplicate thumbs reactions
This commit is contained in:
parent
d11ed8c4ef
commit
64694a4eda
|
@ -8,7 +8,7 @@ Improvements 🙌:
|
|||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
-
|
||||
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -95,6 +95,6 @@ class EmojiDataSource @Inject constructor(
|
|||
}
|
||||
|
||||
companion object {
|
||||
val quickEmojis = listOf("👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀")
|
||||
val quickEmojis = listOf("\uD83D\uDC4D️", "\uD83D\uDC4E️", "😄", "🎉", "😕", "❤️", "🚀", "👀")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue