diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-01 20:21:39 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-01 20:21:39 -0700 |
commit | ca948d66a901677665c7a5983dc438918d7fb1c9 (patch) | |
tree | 93c97a7d61a80418cab6cf68ad322e784ab121a5 /Zotlabs/Module/Channel.php | |
parent | fa8cb40af0457ed9ad418be2ba64dc221cbaa842 (diff) | |
download | volse-hubzilla-ca948d66a901677665c7a5983dc438918d7fb1c9.tar.gz volse-hubzilla-ca948d66a901677665c7a5983dc438918d7fb1c9.tar.bz2 volse-hubzilla-ca948d66a901677665c7a5983dc438918d7fb1c9.zip |
feature: static page update as opposed to live update of conversations on the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
Diffstat (limited to 'Zotlabs/Module/Channel.php')
-rw-r--r-- | Zotlabs/Module/Channel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php index ef5399e75..e8bc53b5e 100644 --- a/Zotlabs/Module/Channel.php +++ b/Zotlabs/Module/Channel.php @@ -304,6 +304,7 @@ class Channel extends \Zotlabs\Web\Controller { '$nouveau' => '0', '$wall' => '1', '$fh' => '0', + '$static' => intval(feature_enabled(\App::$profile['profile_uid'],'static_updates')), '$page' => ((\App::$pager['page'] != 1) ? \App::$pager['page'] : 1), '$search' => '', '$order' => '', |