Ignore feedPost.__source
This commit is contained in:
@@ -311,6 +311,7 @@ class MergeFeedSource_Custom extends MergeFeedSource {
|
|||||||
)
|
)
|
||||||
// attach source info
|
// attach source info
|
||||||
for (const post of res.data.feed) {
|
for (const post of res.data.feed) {
|
||||||
|
// @ts-ignore
|
||||||
post.__source = this.sourceInfo
|
post.__source = this.sourceInfo
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
|||||||
Reference in New Issue
Block a user