Only show reactions in main message timeline
This fixes an error that crashed that notifications panel because it was trying to read reactions, even though we currently don't aggregate them there. This change is more explicit about exactly which views should try to show reactions. Fixes https://github.com/vector-im/riot-web/issues/9713
This commit is contained in:
parent
b4ca586431
commit
238e967470
4 changed files with 16 additions and 3 deletions
|
@ -1832,6 +1832,7 @@ module.exports = React.createClass({
|
|||
membersLoaded={this.state.membersLoaded}
|
||||
permalinkCreator={this._getPermalinkCreatorForRoom(this.state.room)}
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
showReactions={true}
|
||||
/>);
|
||||
|
||||
let topUnreadMessagesBar = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue