Fix: The ownership of forum items had been wrong

This commit is contained in:
Michael 2018-03-11 18:12:38 +00:00
parent 9941c73a31
commit b7a5e076fc
2 changed files with 13 additions and 6 deletions

View file

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