stop continuations leaking on filepanel

This commit is contained in:
Matthew Hodgson 2016-09-16 02:40:09 +01:00
parent ff00474aa5
commit 2c7c382d56

View file

@ -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;