Change home timeline to reload after follow recommendations in web UI (#16160)
This commit is contained in:
parent
74081433d0
commit
0ad240cb6b
7 changed files with 39 additions and 9 deletions
|
@ -361,10 +361,9 @@ class UI extends React.PureComponent {
|
|||
this.props.dispatch(closeOnboarding());
|
||||
}
|
||||
|
||||
this.props.dispatch(fetchMarkers());
|
||||
this.props.dispatch(expandHomeTimeline());
|
||||
this.props.dispatch(expandNotifications());
|
||||
|
||||
setTimeout(() => this.props.dispatch(fetchMarkers()), 500);
|
||||
setTimeout(() => this.props.dispatch(fetchFilters()), 500);
|
||||
|
||||
this.hotkeys.__mousetrap__.stopCallback = (e, element) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue