Refactoring
This commit is contained in:
@@ -815,7 +815,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||
private handleConfetti = (ev) => {
|
||||
if (this.state.room.getUnreadNotificationCount() === 0) return;
|
||||
if (this.state.matrixClientIsReady) {
|
||||
effects.map(effect => {
|
||||
effects.forEach(effect => {
|
||||
if (containsEmoji(ev.getContent(), effect.emojis) || ev.getContent().msgtype === effect.msgType) {
|
||||
dis.dispatch({action: `effects.${effect.command}`});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user