This commit is contained in:
KMY 2025-05-07 12:27:49 +09:00
parent 0557257647
commit 35386bd054
2 changed files with 1706 additions and 2166 deletions

View file

@ -22,6 +22,7 @@ import { RemoteHint } from 'mastodon/components/remote_hint';
import { AccountHeader } from './components/account_header';
import { LimitedAccountHint } from './components/limited_account_hint';
import { fetchFeaturedTags } from 'mastodon/actions/featured_tags';
const emptyList = ImmutableList();
@ -80,6 +81,7 @@ class AccountTimeline extends ImmutablePureComponent {
const { accountId, withReplies, params: { tagged }, dispatch } = this.props;
dispatch(fetchAccount(accountId));
dispatch(fetchFeaturedTags({ accountId }));
if (!withReplies) {
dispatch(expandAccountFeaturedTimeline(accountId, { tagged }));

3870
yarn.lock

File diff suppressed because it is too large Load diff