Only show pins on Posts and Replies (#7544)
This commit is contained in:
@@ -23,7 +23,9 @@ export class AuthorFeedAPI implements FeedAPI {
|
|||||||
|
|
||||||
get params() {
|
get params() {
|
||||||
const params = {...this._params}
|
const params = {...this._params}
|
||||||
params.includePins = params.filter !== 'posts_with_media'
|
params.includePins =
|
||||||
|
params.filter === 'posts_with_replies' ||
|
||||||
|
params.filter === 'posts_and_author_threads'
|
||||||
return params
|
return params
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user