From fe6c9f7f47681a06409fa2efae2a57044b7fef29 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 26 Apr 2016 12:47:33 +0200 Subject: [PATCH] Remove resolved FIXME Signed-off-by: Lukas Reschke --- apps/comments/lib/Activity/Extension.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/comments/lib/Activity/Extension.php b/apps/comments/lib/Activity/Extension.php index 2bb9d6428e..3bdb267358 100644 --- a/apps/comments/lib/Activity/Extension.php +++ b/apps/comments/lib/Activity/Extension.php @@ -196,7 +196,6 @@ class Extension implements IExtension { try { return strip_tags($user) === $this->activityManager->getCurrentUserId(); } catch (\UnexpectedValueException $e) { - // FIXME this is awkward, but we have no access to the current user in emails return false; } }