diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-02 18:00:51 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-02 18:01:16 +0000 |
commit | afb646dc1e7a91ee7a050632d1e5a5883830d18c (patch) | |
tree | c839b35b4211ead72da0a593fbfc97ab2e34d807 /synapse/rest | |
parent | Remove editor junk (diff) | |
download | synapse-afb646dc1e7a91ee7a050632d1e5a5883830d18c.tar.xz |
Allow GET /room/:room_id/messages without 'limit' parameter to default to 10
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/room.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/rest/room.py b/synapse/rest/room.py |