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:
Steve Howell
2020-02-02 16:29:05 +00:00
committed by Tim Abbott
parent 145c17d9d6
commit bf9144ff69
14 changed files with 103 additions and 59 deletions

View File

@@ -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({