Change hashtags and mentions in bios to open in-app in web UI (#24643)
This commit is contained in:
@ -34,8 +34,8 @@ const mapDispatchToProps = dispatch => ({
|
||||
dispatch(showSearch());
|
||||
},
|
||||
|
||||
onOpenURL (routerHistory) {
|
||||
dispatch(openURL(routerHistory));
|
||||
onOpenURL (q, routerHistory) {
|
||||
dispatch(openURL(q, routerHistory));
|
||||
},
|
||||
|
||||
onClickSearchResult (q, type) {
|
||||
|
Reference in New Issue
Block a user