mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
presence: Add slim_presence flag.
This flag affects page_params and the
payload you get back from POSTs to this
url:
users/me/presence
The flag does not yet affect the
presence events that get sent to a
client.
This commit is contained in:
@@ -198,6 +198,7 @@ function get_events(options) {
|
||||
}
|
||||
|
||||
get_events_params.client_gravatar = true;
|
||||
get_events_params.slim_presence = true;
|
||||
|
||||
get_events_timeout = undefined;
|
||||
get_events_xhr = channel.get({
|
||||
|
||||
Reference in New Issue
Block a user