From ca948d66a901677665c7a5983dc438918d7fb1c9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 1 Nov 2016 20:21:39 -0700 Subject: 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. --- view/tpl/build_query.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/build_query.tpl') diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl index 62f81b618..f3e4f79e2 100755 --- a/view/tpl/build_query.tpl +++ b/view/tpl/build_query.tpl @@ -17,6 +17,7 @@ var bParam_wall = {{$wall}}; var bParam_list = {{$list}}; var bParam_fh = {{$fh}}; + var bParam_static = {{$static}}; var bParam_search = "{{$search}}"; var bParam_order = "{{$order}}"; -- cgit v1.2.3