Skip to content
Snippets Groups Projects
  • Patrick Cloke's avatar
    85e5f2dc
    Add a new module API to update user presence state. (#16544) · 85e5f2dc
    Patrick Cloke authored
    This adds a module API which allows a module to update a user's
    presence state/status message. This is useful for controlling presence
    from an external system.
    
    To fully control presence from the module the presence.enabled config
    parameter gains a new state of "untracked" which disables internal tracking
    of presence changes via user actions, etc. Only updates from the module will
    be persisted and sent down sync properly).
    85e5f2dc
    History
    Add a new module API to update user presence state. (#16544)
    Patrick Cloke authored
    This adds a module API which allows a module to update a user's
    presence state/status message. This is useful for controlling presence
    from an external system.
    
    To fully control presence from the module the presence.enabled config
    parameter gains a new state of "untracked" which disables internal tracking
    of presence changes via user actions, etc. Only updates from the module will
    be persisted and sent down sync properly).