zulip/zerver/views
Zev Benjamin 1a6929d9ae Handle get_old_messages case where num_before = 0 and num_after = 0 and a narrow is specified
Previously, we assumed that num_before or num_after would be always be non-zero
after adjustment for the anchor.  However, we don't adjust num_before or
num_after when a narrow is specified.

(imported from commit 9239fef140e109b11bdfbeef42e9fbed78660ad1)
2014-02-19 12:24:17 -05:00
..
__init__.py Split bot deactivation from user deactivation 2014-02-18 15:09:22 -05:00
messages.py Handle get_old_messages case where num_before = 0 and num_after = 0 and a narrow is specified 2014-02-19 12:24:17 -05:00
webhooks.py Eliminate json_to_dict and use check_dict instead. 2014-02-18 13:02:08 -05:00