mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Remove stale comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ae4d8c291d
commit
04db6beb10
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ export default class ReplyTile extends React.PureComponent<IProps> {
|
|||
|
||||
const msgtypeOverrides = {
|
||||
[MsgType.Image]: MImageReplyBody,
|
||||
// We don't want a download link for files, just the file name is enough.
|
||||
[MsgType.Audio]: TextualBody,
|
||||
[MsgType.Video]: TextualBody,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue