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:
Anders Kaseorg
2024-02-06 21:19:03 -08:00
committed by Tim Abbott
parent 0115fa9c60
commit b59faf540f
3 changed files with 1 additions and 13 deletions

View File

@@ -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,