no more "broken favorite"
This commit is contained in:
parent
562c68a51c
commit
5c2030e467
7 changed files with 3 additions and 54 deletions
|
@ -46,9 +46,6 @@ const api = {
|
|||
store.commit('addFetcher', {timeline, fetcher})
|
||||
}
|
||||
},
|
||||
fetchOldPost (store, { postId }) {
|
||||
store.state.backendInteractor.fetchOldPost({ store, postId })
|
||||
},
|
||||
stopFetching (store, timeline) {
|
||||
const fetcher = store.state.fetchers[timeline]
|
||||
window.clearInterval(fetcher)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue