diff options
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 426c294c4..d87f3b7c4 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -1170,6 +1170,12 @@ SQL; } } + /** + * @param int $id_feed + * @param array<string> $guids + * @param int $mtime + * @return int|false The number of affected feeds, or false if error + */ public function updateLastSeen($id_feed, $guids, $mtime = 0) { if (count($guids) < 1) { return 0; |
