summaryrefslogtreecommitdiffstats
path: root/lib/Db/ItemMapperV2.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-11-09 23:29:25 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-10 16:47:42 +0100
commit5bdc2df7f484f6618919a63247045027d43b78f7 (patch)
tree25a5f6a834d736e7c985bfa30c50099185a8f3b1 /lib/Db/ItemMapperV2.php
parent3a1b406b193a395cb459b9e513168726d82e7c93 (diff)
Fix unread count and related issues
Issue GH-924 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'lib/Db/ItemMapperV2.php')
-rw-r--r--lib/Db/ItemMapperV2.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Db/ItemMapperV2.php b/lib/Db/ItemMapperV2.php
index 8bd939e71..4f6f82413 100644
--- a/lib/Db/ItemMapperV2.php
+++ b/lib/Db/ItemMapperV2.php
@@ -134,6 +134,8 @@ class ItemMapperV2 extends NewsMapperV2
/**
* Delete items from feed that are over the max item threshold
*
+ * TODO: Implement
+ *
* @param int $threshold Deletion threshold
*/
public function deleteOverThreshold(int $threshold)