diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-14 17:23:47 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-14 17:23:47 +0100 |
commit | 30da8c81c761a1f58c9643f41450240bfe1d6cc5 (patch) | |
tree | 506f0f8791fe2f1ecf9ce498058bbded336596ad /webclient/room/room.html | |
parent | Pass back the user_id in the response to /login in case it has changed. Store... (diff) | |
download | synapse-30da8c81c761a1f58c9643f41450240bfe1d6cc5.tar.xz |
webclient: You can now paginate in rooms. Defaults to 10 messages, with a button to get more (needs to be hooked into infini-scrolling).
Diffstat (limited to 'webclient/room/room.html')
-rw-r--r-- | webclient/room/room.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html index 91e900c678..0f86a158ec 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -86,6 +86,7 @@ <button ng-click="inviteUser(userIDToInvite)">Invite</button> </span> <button ng-click="leaveRoom()">Leave</button> + <button ng-click="loadMoreHistory()" ng-disabled="!state.can_paginate">MOAR HISTORY</button> </div> </div> |