Fix isInfoMessage regression

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 12:26:14 +02:00
parent b4ae54dcce
commit 8fc90e1d53
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -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,