Remove m.sticker since it's not a message type

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-14 09:52:45 +02:00
parent 9aae33e076
commit 74ff85ae30
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790

View File

@ -117,7 +117,6 @@ export default class ReplyTile extends React.PureComponent<IProps> {
[MsgType.Image]: MImageReplyBody,
// We don't want a download link for files, just the file name is enough.
[MsgType.File]: TextualBody,
"m.sticker": TextualBody,
[MsgType.Audio]: TextualBody,
[MsgType.Video]: TextualBody,
};