mirror of https://github.com/zulip/zulip.git
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:
parent
3ded4c2a7d
commit
45118180bb
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue