Revert "Drop the entire thing about hidden "own" timeline since it doesn't necessarily"
This reverts commit 612aa56c8b
.
This commit is contained in:
parent
b97db4912d
commit
a196c3551a
4 changed files with 8 additions and 2 deletions
|
@ -54,11 +54,11 @@ const backendInteractorService = (credentials) => {
|
|||
return timelineFetcherService.startFetching({timeline, store, credentials, userId})
|
||||
}
|
||||
|
||||
const fetchOldPost = ({store, postId, timeline = 'friends'}) => {
|
||||
const fetchOldPost = ({store, postId}) => {
|
||||
return timelineFetcherService.fetchAndUpdate({
|
||||
store,
|
||||
credentials,
|
||||
timeline,
|
||||
timeline: 'own',
|
||||
older: true,
|
||||
until: postId + 1
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue