diff options
author | Mario Vavti <mario@mariovavti.com> | 2025-05-04 21:27:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2025-05-04 21:27:41 +0200 |
commit | 7a4d568bfb478bfd857e60b52f857353e1f6f6ab (patch) | |
tree | 47b11dc50e39aa3dd31f41c37ca4276331a784b0 /Zotlabs/Module | |
parent | 0d1c5e26a74e35f6795d3aa61c50b12dad85c084 (diff) | |
download | volse-hubzilla-7a4d568bfb478bfd857e60b52f857353e1f6f6ab.tar.gz volse-hubzilla-7a4d568bfb478bfd857e60b52f857353e1f6f6ab.tar.bz2 volse-hubzilla-7a4d568bfb478bfd857e60b52f857353e1f6f6ab.zip |
fix query for postgres
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Sse_bs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php index f6f173de0..dedb64b01 100644 --- a/Zotlabs/Module/Sse_bs.php +++ b/Zotlabs/Module/Sse_bs.php @@ -152,7 +152,7 @@ class Sse_bs extends Controller { AND thr_parent IN ( SELECT mid FROM item WHERE uid IN (%d, %d) AND uuid IN (%s) ORDER BY uid $sql_order ) - GROUP BY uuid + GROUP BY uid, uuid ORDER BY uid $sql_order", intval(self::$uid), intval($sys['channel_id']), |