diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-06 23:20:24 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-06 23:20:24 +0200 |
commit | 1c0c01ccfe918d0d5eea8fcbba6d5a59d1ab5c84 (patch) | |
tree | 47ded7bd82679639d6a52e50114ce1975765f810 /app/pubstream.apd | |
parent | b0d1fa09c1f64ad435202e93d0d23cb1cc112b60 (diff) | |
download | volse-hubzilla-1c0c01ccfe918d0d5eea8fcbba6d5a59d1ab5c84.tar.gz volse-hubzilla-1c0c01ccfe918d0d5eea8fcbba6d5a59d1ab5c84.tar.bz2 volse-hubzilla-1c0c01ccfe918d0d5eea8fcbba6d5a59d1ab5c84.zip |
make config requirements in apps more universal - provide key and value
Diffstat (limited to 'app/pubstream.apd')
-rw-r--r-- | app/pubstream.apd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/pubstream.apd b/app/pubstream.apd index 874e0a6cc..ebfcf38b0 100644 --- a/app/pubstream.apd +++ b/app/pubstream.apd @@ -1,6 +1,6 @@ -version: 1 +version: 2 url: $baseurl/pubstream -requires: config:!disable_discover_tab +requires: config:disable_discover_tab=0 name: Public Stream photo: icon:globe categories: Social |