mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-24 19:22:41 +00:00
Fix Web UI not displaying appropriate explanation when a user hides their follows/followers (#27791)
This commit is contained in:
parent
63c9102f8a
commit
9b06c0f24a
6 changed files with 12 additions and 3 deletions
|
|
@ -93,6 +93,7 @@ export const accountDefaultValues: AccountShape = {
|
|||
memorial: false,
|
||||
limited: false,
|
||||
moved: null,
|
||||
hide_collections: false,
|
||||
};
|
||||
|
||||
const AccountFactory = ImmutableRecord<AccountShape>(accountDefaultValues);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue