diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 8a865710fa..2c7b438c77 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -294,6 +294,9 @@ module.exports = React.createClass({ this.scrollToEvent(scrollState.lastDisplayedEvent, scrollState.pixelOffset); } + + // have to fill space in case we're accepting an invite + if (!this.state.paginating) this.fillSpace(); }, _paginateCompleted: function() {