From e8ea0f20bd1cc8e15f1886aa88725e3e0d2a7a98 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 14 Mar 2021 17:39:45 +0000 Subject: [PATCH] Pumpio: Fix unknown view field "iid" --- pumpio/pumpio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 357f1743..8e60f46d 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -1300,7 +1300,7 @@ function pumpio_fetchinbox(App $a, $uid) intval($uid)); $lastitems = q("SELECT `uri` FROM `post-thread-user` - INNER JOIN `post-view` ON `post-view`.`id` = `post-thread-user`.`iid` + INNER JOIN `post-view` ON `post-view`.`id` = `post-thread-user`.`id` WHERE `post-thread-user`.`network` = '%s' AND `post-thread-user`.`uid` = %d AND `post-view`.`extid` != '' ORDER BY `post-thread-user`.`commented` DESC LIMIT 10", DBA::escape(Protocol::PUMPIO),