Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a new module API to update user presence state. #16544

Merged
merged 7 commits into from
Oct 26, 2023

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    99aa721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be16e5b View commit details
    Browse the repository at this point in the history
  3. Newsfragment

    clokep committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a44f1c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Rename variable.

    clokep committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b1c55ee View commit details
    Browse the repository at this point in the history
  2. Update the configuration to a tri-state, instead of two booleans.

    This switches enabled to be true/false/"untracked" instead of two
    different booleans.
    
    Most places that used use_presence actually want to only kick in
    if presence is being internally tracked.
    
    The few spots which don't are updated to use the new presence_enabled,
    which is true if presence enabled = true or "untracked".
    clokep committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    eef5b41 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    747e570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d512c87 View commit details
    Browse the repository at this point in the history