Fix test
This commit is contained in:
parent
0557257647
commit
35386bd054
2 changed files with 1706 additions and 2166 deletions
|
@ -22,6 +22,7 @@ import { RemoteHint } from 'mastodon/components/remote_hint';
|
||||||
|
|
||||||
import { AccountHeader } from './components/account_header';
|
import { AccountHeader } from './components/account_header';
|
||||||
import { LimitedAccountHint } from './components/limited_account_hint';
|
import { LimitedAccountHint } from './components/limited_account_hint';
|
||||||
|
import { fetchFeaturedTags } from 'mastodon/actions/featured_tags';
|
||||||
|
|
||||||
const emptyList = ImmutableList();
|
const emptyList = ImmutableList();
|
||||||
|
|
||||||
|
@ -80,6 +81,7 @@ class AccountTimeline extends ImmutablePureComponent {
|
||||||
const { accountId, withReplies, params: { tagged }, dispatch } = this.props;
|
const { accountId, withReplies, params: { tagged }, dispatch } = this.props;
|
||||||
|
|
||||||
dispatch(fetchAccount(accountId));
|
dispatch(fetchAccount(accountId));
|
||||||
|
dispatch(fetchFeaturedTags({ accountId }));
|
||||||
|
|
||||||
if (!withReplies) {
|
if (!withReplies) {
|
||||||
dispatch(expandAccountFeaturedTimeline(accountId, { tagged }));
|
dispatch(expandAccountFeaturedTimeline(accountId, { tagged }));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue