Issue 4228: Don't post an item if it belongs to a picture upload without an post

This commit is contained in:
Michael 2018-02-18 17:29:14 +00:00
parent a9a85849f4
commit d0fa80b195
1 changed files with 1 additions and 0 deletions

View File

@ -2128,6 +2128,7 @@ class OStatus
AND `item`.`created` > '%s'
AND NOT `item`.`deleted`
AND NOT `item`.`private`
AND `item`.`visible`
AND `thread`.`network` IN ('%s', '%s')
$sql_extra
ORDER BY `item`.`created` DESC LIMIT %d",