aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-02-13 18:57:43 +0000
committerMario <mario@mariovavti.com>2025-02-13 18:57:43 +0000
commitb805f48c32b914eaacb2ec8e204215b77a86d132 (patch)
treeee8605402ced8310c3583c5d1f139531072455f5 /Zotlabs/Module
parentf680bba3e6eafa2ee3c037977df42e6ae67977a6 (diff)
downloadvolse-hubzilla-b805f48c32b914eaacb2ec8e204215b77a86d132.tar.gz
volse-hubzilla-b805f48c32b914eaacb2ec8e204215b77a86d132.tar.bz2
volse-hubzilla-b805f48c32b914eaacb2ec8e204215b77a86d132.zip
revert adding of additional sort field which was added for testingg
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Sse_bs.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php
index 5292abfaa..d214ba28f 100644
--- a/Zotlabs/Module/Sse_bs.php
+++ b/Zotlabs/Module/Sse_bs.php
@@ -207,7 +207,7 @@ class Sse_bs extends Controller {
$item_normal
$sql_extra
$sql_extra2
- ORDER BY created DESC, received DESC LIMIT $limit OFFSET $offset",
+ ORDER BY created DESC LIMIT $limit OFFSET $offset",
intval(self::$uid),
dbescdate($_SESSION['sse_loadtime']),
dbesc(self::$ob_hash)
@@ -290,7 +290,7 @@ class Sse_bs extends Controller {
$item_normal
$sql_extra
$sql_extra2
- ORDER BY created DESC, received DESC LIMIT $limit OFFSET $offset",
+ ORDER BY created DESC LIMIT $limit OFFSET $offset",
intval(self::$uid),
dbescdate($_SESSION['sse_loadtime']),
dbesc(self::$ob_hash)
@@ -373,7 +373,7 @@ class Sse_bs extends Controller {
$item_normal
$sql_extra
$sql_extra2
- ORDER BY created DESC, received DESC LIMIT $limit OFFSET $offset",
+ ORDER BY created DESC LIMIT $limit OFFSET $offset",
intval(self::$uid),
dbescdate($_SESSION['sse_loadtime']),
dbesc(self::$ob_hash)
@@ -481,7 +481,7 @@ class Sse_bs extends Controller {
$sql_extra
$sql_extra2
$sql_extra3
- ORDER BY created DESC, received DESC LIMIT $limit OFFSET $offset",
+ ORDER BY created DESC LIMIT $limit OFFSET $offset",
dbescdate($_SESSION['sse_loadtime']),
dbesc(self::$ob_hash),
dbescdate($_SESSION['last_login_date'] ?? $_SESSION['static_loadtime'])
@@ -679,7 +679,7 @@ class Sse_bs extends Controller {
AND author_xchan != '%s'
AND item_unseen = 1
$item_normal
- ORDER BY created DESC, received DESC",
+ ORDER BY created DESC",
dbesc(ACTIVITY_POST),
intval(self::$uid),
dbesc(self::$ob_hash)