-
-
Notifications
You must be signed in to change notification settings - Fork 498
Description
Problem Description
At the moment you can only manually enable / disable the "do not disturb" function within the Linux Zulip Desktop app.
Proposed Solution
It would be great if there was a API endpoint which could be called to enable/disable the "do not disturb" function. OR a cli command / switch which would provide the same function such as
zulip --dnd=false
zulip --dnd=true
to help build automation and accelerate peoples personal workflows.
Describe alternatives you've considered
I currently have a dnd.sh script which mutes all audio from the Zulip Desktop app and disabled the dmesg notification channel but its a bit clunky. Zulip already has a really nice API which I use for sending messages and setting my Status to tell people when I'm on DND and performing focused work.
Additional context
The notification bell:
