의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Bugfix: The network update after a post now works again
This commit is contained in:
부모
16a55a021c
커밋
15cd4792b8
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -764,7 +764,7 @@ function networkThreadedView(App $a, $update = 0)
|
|||
} else {
|
||||
$sql_extra4 = '';
|
||||
}
|
||||
$r = q("SELECT `item`.`uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
|
||||
$r = q("SELECT `item`.`parent-uri` AS `uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
|
||||
FROM `item` $sql_post_table
|
||||
STRAIGHT_JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
|
||||
AND (NOT `contact`.`blocked` OR `contact`.`pending`)
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue