mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix isInfoMessage regression
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b4ae54dcce
commit
8fc90e1d53
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default class ReplyTile extends React.PureComponent<IProps> {
|
|||
const eventType = this.props.mxEvent.getType();
|
||||
|
||||
// Info messages are basically information about commands processed on a room
|
||||
let isInfoMessage = [
|
||||
let isInfoMessage = ![
|
||||
EventType.RoomMessage,
|
||||
EventType.Sticker,
|
||||
EventType.RoomCreate,
|
||||
|
|
Loading…
Reference in a new issue