diff options
author | Mario <mario@mariovavti.com> | 2020-10-22 11:33:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-22 11:33:25 +0000 |
commit | 96de38a1f06193d674f8fe89cb1852e0e4abb4cf (patch) | |
tree | 8ae120d73a0e59c4e581d7b63b659ad106b1b672 /Zotlabs/Module/Pubstream.php | |
parent | cef0c2ebb2b16b006eca7dce8ec0b1a95d916dba (diff) | |
download | volse-hubzilla-96de38a1f06193d674f8fe89cb1852e0e4abb4cf.tar.gz volse-hubzilla-96de38a1f06193d674f8fe89cb1852e0e4abb4cf.tar.bz2 volse-hubzilla-96de38a1f06193d674f8fe89cb1852e0e4abb4cf.zip |
adapt notifications and mark item seen handling to play well with client side page caching
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php index 76a3e0d9e..55c96b23d 100644 --- a/Zotlabs/Module/Pubstream.php +++ b/Zotlabs/Module/Pubstream.php @@ -264,7 +264,6 @@ class Pubstream extends \Zotlabs\Web\Controller { // Then fetch all the children of the parents that are on this page $parents_str = ''; - $update_unseen = ''; if($r) { |