]> source.dussan.org Git - nextcloud-server.git/commit
feat(prioritynotifications): Allow some apps to mark notifications as priority feat/noid/priority-notifications 48274/head
authorJoas Schilling <coding@schilljs.com>
Fri, 20 Sep 2024 11:15:20 +0000 (13:15 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 23 Sep 2024 07:02:48 +0000 (09:02 +0200)
commit5193579e4f085fc8837a641522ed02570b9b02da
treee6d93874f69d55b28088e4ffcf83657447fc125f
parent4ba3d4a31a5a27a7fad6b8928d899ec7247289ca
feat(prioritynotifications): Allow some apps to mark notifications as priority

They will be still send as push during DND.
Apps are currently limited to:
- twofactor_nextcloud_notification to help with login
- spreed which will only set it for pushes in manually picked conversations

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Notification/Notification.php
lib/public/Notification/INotification.php