aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2021-06-02 08:33:54 +0000
committerMario <mario@mariovavti.com>2021-06-02 08:33:54 +0000
commit7d82a34538936a219a0d1977fbadbe2cf72ed74a (patch)
tree4a637ed32b3d2885df7f29639349c0e7af80ea34 /Zotlabs/Module/Pubstream.php
parent217168628421f4e394b9b85e33d2d653d8b5b3d6 (diff)
downloadvolse-hubzilla-7d82a34538936a219a0d1977fbadbe2cf72ed74a.tar.gz
volse-hubzilla-7d82a34538936a219a0d1977fbadbe2cf72ed74a.tar.bz2
volse-hubzilla-7d82a34538936a219a0d1977fbadbe2cf72ed74a.zip
Make pubstream ordering configurable
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) {