mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-14 10:01:21 +02:00
Fix rendering of hidden events (#8334)
This commit is contained in:
parent
7335b35fbb
commit
d5887bf075
@ -951,7 +951,7 @@ export class UnwrappedEventTile extends React.Component<IProps, IState> {
|
||||
isLeftAlignedBubbleMessage,
|
||||
noBubbleEvent,
|
||||
isSeeingThroughMessageHiddenForModeration,
|
||||
} = getEventDisplayInfo(this.props.mxEvent, this.shouldHideEvent());
|
||||
} = getEventDisplayInfo(this.props.mxEvent, this.context.showHiddenEvents, this.shouldHideEvent());
|
||||
const { isQuoteExpanded } = this.state;
|
||||
|
||||
// This shouldn't happen: the caller should check we support this type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user