Update timestamps after fetch.
This commit is contained in:
parent
eab256a7e5
commit
7b92ca6f94
2 changed files with 14 additions and 3 deletions
|
@ -11,7 +11,7 @@ const update = ({store, statuses, timeline, showImmediately}) => {
|
|||
showImmediately
|
||||
})
|
||||
|
||||
// $ngRedux.dispatch({type: 'UPDATE_TIMESTAMPS'});
|
||||
store.commit('updateTimestamps')
|
||||
}
|
||||
|
||||
const fetchAndUpdate = ({store, credentials, timeline = 'friends', older = false, showImmediately = false}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue