diff --git a/lib/private/User/User.php b/lib/private/User/User.php
index 94ac8c1362164fadbd63872e755f1bf68d223cda..11c0cc8649aed74a5a62456bebb3c7c733189dce 100644
--- a/lib/private/User/User.php
+++ b/lib/private/User/User.php
@@ -214,6 +214,10 @@ class User implements IUser {
 
 			\OC::$server->getCommentsManager()->deleteReferencesOfActor('users', $this->uid);
 			\OC::$server->getCommentsManager()->deleteReadMarksFromUser($this);
+
+			$notification = \OC::$server->getNotificationManager()->createNotification();
+			$notification->setUser($this->uid);
+			\OC::$server->getNotificationManager()->markProcessed($notification);
 		}
 
 		if ($this->emitter) {