Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-09 13:31:01 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-09 17:23:20 +0300
commitb8503d0196922a59d26a5794df244e48ecbcde44 (patch)
tree5cef6f214e9fa3f2b282856d51cf0c13caccd699 /lib/Notification
parent429305bb8aaedac3c9176d81b58368a34e492ae1 (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification')
-rw-r--r--lib/Notification/Listener.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Notification/Listener.php b/lib/Notification/Listener.php
index 67ab8aa68..9ae172c73 100644
--- a/lib/Notification/Listener.php
+++ b/lib/Notification/Listener.php
@@ -28,9 +28,7 @@ use OCA\Talk\Events\JoinRoomUserEvent;
use OCA\Talk\Events\RoomEvent;
use OCA\Talk\Room;
use OCP\AppFramework\Utility\ITimeFactory;
-use OCP\EventDispatcher\Event;
use OCP\EventDispatcher\IEventDispatcher;
-use OCP\Notification\IApp;
use OCP\Notification\IManager;
use OCP\ILogger;
use OCP\IUser;