]> source.dussan.org Git - nextcloud-server.git/commit
Allow notification apps to defer and flush the sending 21238/head
authorJoas Schilling <coding@schilljs.com>
Thu, 4 Jun 2020 12:46:49 +0000 (14:46 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 3 Jul 2020 14:44:43 +0000 (16:44 +0200)
commit3d559159f04017b2b0b91a68b5a2da610b7bb109
tree9b3c544f747b9a4cfa93d75752215bc92e248c75
parentebedbf157968e40230a102c8f6f17c22990b0aae
Allow notification apps to defer and flush the sending

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Notification/Manager.php
lib/public/Notification/IDeferrableApp.php [new file with mode: 0644]
lib/public/Notification/IManager.php