Fix isInfoMessage regression

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 1 additions and 1 deletions

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,