From 75e75b93cff5b2fb5d6243a908ee003b3faf010a Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 10 Sep 2023 19:09:55 +0000 Subject: an attempt to cache seen item mids for the purpose that we can hide seen pubstream items from the notifications - might revert if it turns out that it does not scale --- Zotlabs/Widget/Notifications.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Widget/Notifications.php') diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index a4e632a9f..b16303be6 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -157,9 +157,11 @@ class Notifications { 'url' => 'pubstream', 'label' => t('Public stream') ], + /* 'markall' => [ 'label' => t('Mark all notifications seen') ], + */ 'filter' => [ 'posts_label' => t('Show new posts only'), 'name_label' => t('Filter by name or address') -- cgit v1.2.3