mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Remove resolved FIXME
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
b8cf2fb58b
commit
fe6c9f7f47
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue