From 4734242f632e197bba1802d44da8619a8ac6e85a Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 5 Jan 2020 13:37:24 +0000 Subject: [PATCH] Added to-do --- src/Model/UserItem.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Model/UserItem.php b/src/Model/UserItem.php index 15c773005..ae2663d68 100644 --- a/src/Model/UserItem.php +++ b/src/Model/UserItem.php @@ -26,6 +26,8 @@ class UserItem /** * Checks an item for notifications and sets the "notification-type" field + * @ToDo: + * - Check for mentions in posts with "uid=0" where the user hadn't interacted before * * @param int $iid Item ID */