Description
Right now, the plugin always sets the user's Discord status to Do Not Disturb (DND) while Rich Presence is active.
This can be annoying for users who don't normally use DND, as it may cause them to miss or delay notifications. It also doesn't work well for users who prefer to keep a specific status, such as Online or Idle.
Expected behaviour
Users should be able to choose which status is used while Rich Presence is active.
The available options should be:
- Online
- Do Not Disturb (DND)
- Idle
Offline and Invisible don't need to be supported, since Discord doesn't show activity in those states.
Solution
The PR #40 adds a configurable presence status on a per-user basis, so each configured Discord account can use its own status while Rich Presence is active.
Note
This issue was previously reported in #39, which has since been closed. I'm opening this issue again to track the proposed fix, which is implemented in the PR #40.
Description
Right now, the plugin always sets the user's Discord status to Do Not Disturb (DND) while Rich Presence is active.
This can be annoying for users who don't normally use DND, as it may cause them to miss or delay notifications. It also doesn't work well for users who prefer to keep a specific status, such as Online or Idle.
Expected behaviour
Users should be able to choose which status is used while Rich Presence is active.
The available options should be:
Offline and Invisible don't need to be supported, since Discord doesn't show activity in those states.
Solution
The PR #40 adds a configurable presence status on a per-user basis, so each configured Discord account can use its own status while Rich Presence is active.
Note
This issue was previously reported in #39, which has since been closed. I'm opening this issue again to track the proposed fix, which is implemented in the PR #40.