Update timestamps after fetch.

This commit is contained in:
Roger Braun 2016-10-28 15:59:49 +02:00
parent eab256a7e5
commit 7b92ca6f94
2 changed files with 14 additions and 3 deletions

View file

@ -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}) => {