You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notify-send.sh shouldn't print server capability warnings (like the device not supporting hyperlinks in the notification body) by default, but rather hide them behind some flag (like --verbose or the LOGGING env variable):
$ src/notify-send.sh Test
Warning: The notification service on your device doesn't support
hyperlinks in it's body text. So they will be filtered out.
Warning: The notification service on your device doesn't support
images in it's body text. So they will be filtered out.
notify-send.sh
shouldn't print server capability warnings (like the device not supporting hyperlinks in the notification body) by default, but rather hide them behind some flag (like--verbose
or theLOGGING
env variable):Moving this from #1 (comment) and #1 (comment) here since it's a different issue.
The text was updated successfully, but these errors were encountered: