Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Revert "1.96.0rc1" | Erik Johnston | 2023-10-31 | 1 | -0/+1 |
| | | | | This reverts commit 4724a6ded136c727bcff5082b94c2b3d6355e908. | ||||
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Add a new module API to update user presence state. (#16544) | Patrick Cloke | 2023-10-26 | 1 | -0/+1 |
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). |