diff --git a/src/components/views/rooms/ReplyTile.tsx b/src/components/views/rooms/ReplyTile.tsx index cb2815ee6a..41fc61aa7f 100644 --- a/src/components/views/rooms/ReplyTile.tsx +++ b/src/components/views/rooms/ReplyTile.tsx @@ -117,7 +117,6 @@ export default class ReplyTile extends React.PureComponent { [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, };