mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
page_params: Remove unused prompt_for_invites.
It’s unused since commit ebe959f2b0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
0115fa9c60
commit
b59faf540f
@@ -139,7 +139,6 @@ def build_page_params_for_home_page_load(
|
||||
narrow_stream: Optional[Stream],
|
||||
narrow_topic_name: Optional[str],
|
||||
first_in_realm: bool,
|
||||
prompt_for_invites: bool,
|
||||
needs_tutorial: bool,
|
||||
) -> Tuple[int, Dict[str, object]]:
|
||||
"""
|
||||
@@ -209,7 +208,6 @@ def build_page_params_for_home_page_load(
|
||||
language_list=get_language_list(),
|
||||
needs_tutorial=needs_tutorial,
|
||||
first_in_realm=first_in_realm,
|
||||
prompt_for_invites=prompt_for_invites,
|
||||
furthest_read_time=furthest_read_time,
|
||||
bot_types=get_bot_types(user_profile),
|
||||
two_fa_enabled=two_fa_enabled,
|
||||
|
||||
Reference in New Issue
Block a user