mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Fix: The ownership of forum items had been wrong
This commit is contained in:
parent
9941c73a31
commit
b7a5e076fc
2 changed files with 13 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue