Added click to refresh on Home and Notifications
• Added: - click to refresh on Home and Notifications... If click on notifications or home button, it refreshes the data
This commit is contained in:
@@ -48,6 +48,15 @@ export function updateTimelineQueue(timeline, status, accept) {
|
||||
}
|
||||
};
|
||||
|
||||
export function forceDequeueTimeline(timeline) {
|
||||
return (dispatch) => {
|
||||
dispatch({
|
||||
type: TIMELINE_DEQUEUE,
|
||||
timeline,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
export function dequeueTimeline(timeline, expandFunc, optionalExpandArgs) {
|
||||
return (dispatch, getState) => {
|
||||
const queuedItems = getState().getIn(['timelines', timeline, 'queuedItems'], ImmutableList());
|
||||
|
||||
Reference in New Issue
Block a user