mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Merge pull request #2777 from vector-im/feature/bca/fix_duplicate_thumbs
Fix duplicate thumbs reactions
This commit is contained in:
commit
60f221dc37
@ -8,6 +8,7 @@ Improvements 🙌:
|
||||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
|
||||
- Join room by alias other federation error (#2778)
|
||||
|
||||
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
Block a user