You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Remove stale comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -115,7 +115,6 @@ export default class ReplyTile extends React.PureComponent<IProps> {
|
|||||||
|
|
||||||
const msgtypeOverrides = {
|
const msgtypeOverrides = {
|
||||||
[MsgType.Image]: MImageReplyBody,
|
[MsgType.Image]: MImageReplyBody,
|
||||||
// We don't want a download link for files, just the file name is enough.
|
|
||||||
[MsgType.Audio]: TextualBody,
|
[MsgType.Audio]: TextualBody,
|
||||||
[MsgType.Video]: TextualBody,
|
[MsgType.Video]: TextualBody,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user