presence: Don't send slim_presence in the webapp when querying presence.

Sending last_update_id implies using slim_presence=true, so sending the
extra param is redundant now.
This commit is contained in:
Mateusz Mandera 2024-06-06 19:26:46 +02:00 committed by Tim Abbott
parent 3ded4c2a7d
commit 45118180bb
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ export function send_presence_to_server(redraw?: () => void): void {
status: compute_active_status(),
ping_only: !redraw,
new_user_input,
slim_presence: true,
last_update_id: presence.presence_last_update_id,
},
success(response) {