Revert "Fix: load Twemoji before login so complete security gets the right emojis during SAS"
This commit is contained in:
parent
c396950ca4
commit
33391a3110
2 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,7 @@ import { DragDropContext } from 'react-beautiful-dnd';
|
|||
import {Key, isOnlyCtrlOrCmdKeyEvent, isOnlyCtrlOrCmdIgnoreShiftKeyEvent} from '../../Keyboard';
|
||||
import PageTypes from '../../PageTypes';
|
||||
import CallMediaHandler from '../../CallMediaHandler';
|
||||
import { fixupColorFonts } from '../../utils/FontManager';
|
||||
import * as sdk from '../../index';
|
||||
import dis from '../../dispatcher';
|
||||
import sessionStore from '../../stores/SessionStore';
|
||||
|
@ -165,6 +166,8 @@ class LoggedInView extends React.PureComponent<IProps, IState> {
|
|||
this._matrixClient.on("sync", this.onSync);
|
||||
this._matrixClient.on("RoomState.events", this.onRoomStateEvents);
|
||||
|
||||
fixupColorFonts();
|
||||
|
||||
this._roomView = React.createRef();
|
||||
this._resizeContainer = React.createRef();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue