You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Fixed merge error
This commit is contained in:
@@ -693,7 +693,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||||||
this.checkIfAlone(this.state.room);
|
this.checkIfAlone(this.state.room);
|
||||||
break;
|
break;
|
||||||
case 'confetti':
|
case 'confetti':
|
||||||
animateConfetti(this._roomView.current.offsetWidth);
|
animateConfetti(this.roomView.current.offsetWidth);
|
||||||
break;
|
break;
|
||||||
case 'post_sticker_message':
|
case 'post_sticker_message':
|
||||||
this.injectSticker(
|
this.injectSticker(
|
||||||
|
|||||||
Reference in New Issue
Block a user