mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
presence: Backend implementation of the last_update_id API.
This builds on top of 016880f54d which
maintains correct .last_update_id for UserPresence objects; now we add
the related API changes to utilize it.
This commit is contained in:
committed by
Tim Abbott
parent
a83dc572df
commit
512f4d1476
@@ -169,6 +169,7 @@ def build_page_params_for_home_page_load(
|
||||
apply_markdown=True,
|
||||
client_gravatar=True,
|
||||
slim_presence=True,
|
||||
presence_last_update_id_fetched_by_client=-1,
|
||||
client_capabilities=client_capabilities,
|
||||
narrow=narrow,
|
||||
include_streams=False,
|
||||
|
||||
Reference in New Issue
Block a user