Fix mute duration not being shown in list of muted accounts in web UI (#32388)
This commit is contained in:
parent
3b07fe1bba
commit
22fd767425
2 changed files with 13 additions and 1 deletions
|
@ -95,6 +95,9 @@ export const accountDefaultValues: AccountShape = {
|
|||
limited: false,
|
||||
moved: null,
|
||||
hide_collections: false,
|
||||
// This comes from `ApiMutedAccountJSON`, but we should eventually
|
||||
// store that in a different object.
|
||||
mute_expires_at: null,
|
||||
};
|
||||
|
||||
const AccountFactory = ImmutableRecord<AccountShape>(accountDefaultValues);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue