diff options
| author | HJ <spam@hjkos.com> | 2018-12-19 14:57:25 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2018-12-19 14:57:25 +0000 |
| commit | b65ac128c15f00b3b0ae885d6cbcb3d1388738af (patch) | |
| tree | 09721a1d9653c82b28ebc6b9e52eacdfed4d75db /src/modules/api.js | |
| parent | c54b1fd0c517145f323f5fe0df9af5131137406a (diff) | |
| parent | 5c2030e467277de9bc75debe489a34e8a1c9b2fe (diff) | |
Merge branch 'remove_favorite_hacks' into 'develop'
no more "broken favorite"
Closes #218 and #145
See merge request pleroma/pleroma-fe!431
Diffstat (limited to 'src/modules/api.js')
| -rw-r--r-- | src/modules/api.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/api.js b/src/modules/api.js index 2f07a91e..a61340c2 100644 --- a/src/modules/api.js +++ b/src/modules/api.js @@ -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) |
