aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-02 08:33:55 +0000
committerMario <mario@mariovavti.com>2021-06-02 08:33:55 +0000
commit657af3024e2db87153d71692e7bec77af41d3dcc (patch)
tree2b95d4ab83b8827d8a3f99ef862ae0fd660ee591 /Zotlabs/Module/Pubstream.php
parenta0b788e96a0300540069e8e187f65362db8f6d67 (diff)
parent7d82a34538936a219a0d1977fbadbe2cf72ed74a (diff)
downloadvolse-hubzilla-657af3024e2db87153d71692e7bec77af41d3dcc.tar.gz
volse-hubzilla-657af3024e2db87153d71692e7bec77af41d3dcc.tar.bz2
volse-hubzilla-657af3024e2db87153d71692e7bec77af41d3dcc.zip
Merge branch 'dev' into 'dev'
Make pubstream ordering configurable See merge request hubzilla/core!1964
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r--Zotlabs/Module/Pubstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php
index 113f0a196..9c63c735d 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -197,7 +197,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
if($update) {
- $ordering = "commented";
+ $ordering = get_config('system', 'pubstream_ordering', 'commented');
if($load) {
if($mid) {