mirror of https://github.com/zulip/zulip.git
get_old_messages: Drop old streams parameter from lurk mode.
Its functionality is now subsumed in what happens if you specify a stream narrow. (imported from commit 01fbd1de6ac20a35314511cd065ca36be766c2a1)
This commit is contained in:
parent
82da2bec10
commit
6f22fb706d
|
@ -642,7 +642,6 @@ def get_old_messages_backend(request, user_profile,
|
|||
num_before = REQ(converter=to_non_negative_int),
|
||||
num_after = REQ(converter=to_non_negative_int),
|
||||
narrow = REQ('narrow', converter=narrow_parameter, default=None),
|
||||
stream = REQ(default=None),
|
||||
apply_markdown=True):
|
||||
include_history = False
|
||||
if narrow is not None:
|
||||
|
|
Loading…
Reference in New Issue