From cde558a43f5ed20e3c0564f39634fdba2616d71a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 25 Apr 2025 23:47:04 +0200 Subject: also remove the parent line from the query --- Zotlabs/Module/Request.php | 1 - 1 file changed, 1 deletion(-) (limited to 'Zotlabs/Module/Request.php') 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 -- cgit v1.2.3