diff options
author | Mario <mario@mariovavti.com> | 2023-09-10 19:09:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-10 19:09:55 +0000 |
commit | 75e75b93cff5b2fb5d6243a908ee003b3faf010a (patch) | |
tree | 6169ce5d7e0857f6ecb32275672c9e7238864700 /Zotlabs/Widget/Notifications.php | |
parent | 0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (diff) | |
download | volse-hubzilla-75e75b93cff5b2fb5d6243a908ee003b3faf010a.tar.gz volse-hubzilla-75e75b93cff5b2fb5d6243a908ee003b3faf010a.tar.bz2 volse-hubzilla-75e75b93cff5b2fb5d6243a908ee003b3faf010a.zip |
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
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 2 |
1 files changed, 2 insertions, 0 deletions
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') |