Support room aliases in url bar and show them for rooms that have them
This commit is contained in:
parent
68d408bfff
commit
2771907573
3 changed files with 39 additions and 6 deletions
|
@ -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});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue