mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 23:11:12 +02:00
Merge pull request #6749 from matrix-org/gsouquet/fix-reply-display
Fix replies not appearing in timeline
This commit is contained in:
commit
ecd1920a4a
@ -448,7 +448,7 @@ export default class MessagePanel extends React.Component<IProps, IState> {
|
||||
// Always show highlighted event
|
||||
if (this.props.highlightedEventId === mxEv.getId()) return true;
|
||||
|
||||
if (mxEv.replyEventId
|
||||
if (mxEv.replyInThread
|
||||
&& this.props.hideThreadedMessages
|
||||
&& SettingsStore.getValue("feature_thread")) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user