Fix rendering of hidden events (#8334)
This commit is contained in:
parent
7335b35fbb
commit
d5887bf075
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue