diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-14 15:32:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-14 15:32:33 -0800 |
commit | 465d89129caaaa0240229f8d6f81d68f26eb60b0 (patch) | |
tree | 2d547ae70a283f6cc0c92c10863b6c837f522d4d /app/pubstream.apd | |
parent | 24da5d82db8316a54ccb41616e0e2acb5d73fc84 (diff) | |
download | volse-hubzilla-465d89129caaaa0240229f8d6f81d68f26eb60b0.tar.gz volse-hubzilla-465d89129caaaa0240229f8d6f81d68f26eb60b0.tar.bz2 volse-hubzilla-465d89129caaaa0240229f8d6f81d68f26eb60b0.zip |
provide option to block the public stream unless authenticated, since there could be legal issues with unmoderated content
Diffstat (limited to 'app/pubstream.apd')
-rw-r--r-- | app/pubstream.apd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/pubstream.apd b/app/pubstream.apd index ebfcf38b0..ce9997126 100644 --- a/app/pubstream.apd +++ b/app/pubstream.apd @@ -1,6 +1,6 @@ -version: 2 +version: 2.2 url: $baseurl/pubstream -requires: config:disable_discover_tab=0 +requires: public_stream name: Public Stream photo: icon:globe -categories: Social +categories: Social, nav_featured_app |