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:
Mateusz Mandera
2024-06-05 21:36:22 +02:00
committed by Tim Abbott
parent a83dc572df
commit 512f4d1476
12 changed files with 340 additions and 28 deletions

View File

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