diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-18 15:56:57 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-18 15:56:57 -0700 |
commit | 2ec28a59932defdf6353f8ed72e3e67ef5a90f9a (patch) | |
tree | cc70541cd33c622cfdb44c4232cd0026e6c0c364 /view | |
parent | c53f788cc85f83f00e1b5bec19efd54f1372a12b (diff) | |
download | volse-hubzilla-2ec28a59932defdf6353f8ed72e3e67ef5a90f9a.tar.gz volse-hubzilla-2ec28a59932defdf6353f8ed72e3e67ef5a90f9a.tar.bz2 volse-hubzilla-2ec28a59932defdf6353f8ed72e3e67ef5a90f9a.zip |
just provide the trending tags in public stream by default and simplify the query to improve load times; I intend to do additional work on this feature later
Diffstat (limited to 'view')
-rw-r--r-- | view/pdl/mod_pubstream.pdl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/pdl/mod_pubstream.pdl b/view/pdl/mod_pubstream.pdl index abb1a4931..539900155 100644 --- a/view/pdl/mod_pubstream.pdl +++ b/view/pdl/mod_pubstream.pdl @@ -1,6 +1,5 @@ [region=aside] [widget=pubtagcloud][var=trending]8[/var][var=limit]20[/var][/widget] -[widget=pubtagcloud][/widget] [/region] [region=right_aside] [widget=notifications][/widget] |