webclient: You can now paginate in rooms. Defaults to 10 messages, with a button to get more (needs to be hooked into infini-scrolling).

This commit is contained in:
Kegan Dougal 2014-08-14 17:23:47 +01:00
parent fef3183461
commit 30da8c81c7
4 changed files with 74 additions and 21 deletions

View file

@ -414,6 +414,9 @@ The server checks this, finds it is valid, and returns:
{
"access_token": "abcdef0123456789"
}
The server may optionally return "user_id" to confirm or change the user's ID.
This is particularly useful if the home server wishes to support localpart entry
of usernames (e.g. "bob" rather than "@bob:matrix.org").
OAuth2-based
------------