Support room aliases in url bar and show them for rooms that have them
This commit is contained in:
@@ -202,6 +202,7 @@ module.exports = {
|
||||
|
||||
fillSpace: function() {
|
||||
var messageWrapper = this.refs.messageWrapper.getDOMNode();
|
||||
if (!messageWrapper) return;
|
||||
if (messageWrapper.scrollTop < messageWrapper.clientHeight && this.state.room.oldState.paginationToken) {
|
||||
this.setState({paginating: true});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user