stop continuations leaking on filepanel
This commit is contained in:
parent
ff00474aa5
commit
2c7c382d56
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ module.exports = React.createClass({
|
|||
// joins/parts/etc
|
||||
avatarSize = 14;
|
||||
needsSenderProfile = false;
|
||||
} else if (this.props.continuation) {
|
||||
} else if (this.props.continuation && this.props.tileShape !== "file_grid") {
|
||||
// no avatar or sender profile for continuation messages
|
||||
avatarSize = 0;
|
||||
needsSenderProfile = false;
|
||||
|
|
Loading…
Reference in a new issue