Remove stale comment

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-14 10:30:24 +02:00
parent ae4d8c291d
commit 04db6beb10
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};