mirror of
https://github.com/friendica/friendica
synced 2025-05-08 14:24:13 +02:00
Display featured posts for contacts
This commit is contained in:
parent
8669f12176
commit
75bc4eccb7
21 changed files with 172 additions and 118 deletions
|
@ -96,7 +96,7 @@ class Statuses extends BaseApi
|
|||
}
|
||||
|
||||
if ($request['pinned']) {
|
||||
$condition = DBA::mergeConditions($condition, ['pinned' => true]);
|
||||
$condition = DBA::mergeConditions($condition, ['featured' => true]);
|
||||
}
|
||||
|
||||
if ($request['exclude_replies']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue