의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Don't do the restriction on thread starters when loading a single thread
This commit is contained in:
부모
efb2b58c47
커밋
60d00087f0
1개의 변경된 파일과 4개의 추가작업 그리고 5개의 파일을 삭제
|
@ -768,11 +768,10 @@ function networkThreadedView(App $a, $update, $parent)
|
|||
if (Config::get("system", "like_no_comment")) {
|
||||
$sql_extra4 .= " AND `item`.`verb` = '".ACTIVITY_POST."'";
|
||||
}
|
||||
}
|
||||
|
||||
if ($order === 'post') {
|
||||
// Only show toplevel posts when updating posts in this order mode
|
||||
$sql_extra4 .= " AND `item`.`id` = `item`.`parent`";
|
||||
if ($order === 'post') {
|
||||
// Only show toplevel posts when updating posts in this order mode
|
||||
$sql_extra4 .= " AND `item`.`id` = `item`.`parent`";
|
||||
}
|
||||
}
|
||||
|
||||
$r = q("SELECT `item`.`parent-uri` AS `uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue