[Backport staging] Fix replies to emotes not showing as inline (#9708)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
ElementRobot
2022-12-05 13:14:58 +00:00
committed by GitHub
parent cb2e1e92fd
commit f3432e99c8
2 changed files with 16 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ export default class ReplyTile extends React.PureComponent<IProps> {
}
const classes = classNames("mx_ReplyTile", {
mx_ReplyTile_inline: msgType === MsgType.Emote,
mx_ReplyTile_info: isInfoMessage && !mxEvent.isRedacted(),
mx_ReplyTile_audio: msgType === MsgType.Audio,
mx_ReplyTile_video: msgType === MsgType.Video,