mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
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:
parent
9aae33e076
commit
74ff85ae30
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue