Merge pull request #3598 from matrix-org/jryans/rm-variation-sels
Remove variation selectors from quick reactions
This commit is contained in:
commit
6cd2b55c23
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import EMOJIBASE from 'emojibase-data/en/compact.json';
|
||||||
import sdk from '../../../index';
|
import sdk from '../../../index';
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
|
|
||||||
const QUICK_REACTIONS = ["👍️", "👎️", "😄", "🎉", "😕", "❤️", "🚀", "👀"];
|
const QUICK_REACTIONS = ["👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀"];
|
||||||
EMOJIBASE.forEach(emoji => {
|
EMOJIBASE.forEach(emoji => {
|
||||||
const index = QUICK_REACTIONS.indexOf(emoji.unicode);
|
const index = QUICK_REACTIONS.indexOf(emoji.unicode);
|
||||||
if (index !== -1) {
|
if (index !== -1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue