Enable React with any Emoji

This commit is contained in:
Ken Powers 2020-06-03 14:36:17 -04:00 committed by Scott Nonnenberg
parent d4ee1d4133
commit 480e1808ba
3 changed files with 26 additions and 36 deletions

View file

@ -15,8 +15,6 @@ try {
// Derive profile key versions, then use those to fetch versioned profiles from server
window.VERSIONED_PROFILE_FETCH = false;
// Enable full emoji picker for reactions
window.REACT_ANY_EMOJI = false;
window.PROTO_ROOT = 'protos';
const config = require('url').parse(window.location.toString(), true).query;