aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2016-11-02 16:12:05 +0100
committerGitHub <noreply@github.com>2016-11-02 16:12:05 +0100
commit5d3e04216d466e57dfeefe0319dd14b26e8487a2 (patch)
treeef9651ccd33ef30f8208491db21ccef7cc6a4483 /include
parent055d55b71b2430850f758378513e75e69fa27745 (diff)
parentca948d66a901677665c7a5983dc438918d7fb1c9 (diff)
downloadvolse-hubzilla-5d3e04216d466e57dfeefe0319dd14b26e8487a2.tar.gz
volse-hubzilla-5d3e04216d466e57dfeefe0319dd14b26e8487a2.tar.bz2
volse-hubzilla-5d3e04216d466e57dfeefe0319dd14b26e8487a2.zip
Merge pull request #574 from zotlabs/static_update
feature: static page update as opposed to live update of conversation…
Diffstat (limited to 'include')
-rw-r--r--include/features.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php
index 1ccdbf015..83a9c9178 100644
--- a/include/features.php
+++ b/include/features.php
@@ -157,6 +157,15 @@ function get_features($filtered = true) {
feature_level('smart_birthdays',2),
],
+ [
+ 'static_updates',
+ t('Manual Page Updates'),
+ t('Off = automatically update changing conversations. On = Wait until the page is re-loaded.'),
+ false,
+ get_config('feature_lock','static_updates'),
+ feature_level('static_updates',1),
+ ],
+
[
'advanced_dirsearch',
t('Advanced Directory Search'),