aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2025-04-25 23:47:04 +0200
committerMario Vavti <mario@mariovavti.com>2025-04-25 23:47:04 +0200
commitcde558a43f5ed20e3c0564f39634fdba2616d71a (patch)
tree207d35762ea030ed3bcea139da9cec0475bcd8fc /Zotlabs/Module
parentbafbbc9d5b5e6eba8bb70cdeec4610475e4f39d9 (diff)
downloadvolse-hubzilla-cde558a43f5ed20e3c0564f39634fdba2616d71a.tar.gz
volse-hubzilla-cde558a43f5ed20e3c0564f39634fdba2616d71a.tar.bz2
volse-hubzilla-cde558a43f5ed20e3c0564f39634fdba2616d71a.zip
also remove the parent line from the query
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Request.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Request.php b/Zotlabs/Module/Request.php
index 071d0bc52..c52219f95 100644
--- a/Zotlabs/Module/Request.php
+++ b/Zotlabs/Module/Request.php
@@ -102,7 +102,6 @@ class Request extends Controller
$r = q("SELECT xchan_hash, xchan_name as name, xchan_url as url, xchan_photo_s as photo FROM item
LEFT JOIN xchan ON author_xchan = xchan_hash
WHERE uid = %d
- AND parent = %d
AND thr_parent = '%s'
AND verb = '%s'
AND item_thread_top = 0