Fix account.mute_expires_at type
This commit is contained in:
parent
2f85c93bd5
commit
b98c84c78a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export const AccountRecord = ImmutableRecord({
|
||||||
location: '',
|
location: '',
|
||||||
locked: false,
|
locked: false,
|
||||||
moved: null as EmbeddedEntity<any>,
|
moved: null as EmbeddedEntity<any>,
|
||||||
mute_expires_at: null as Date | null,
|
mute_expires_at: null as string | null,
|
||||||
note: '',
|
note: '',
|
||||||
pleroma: ImmutableMap<string, any>(),
|
pleroma: ImmutableMap<string, any>(),
|
||||||
source: ImmutableMap<string, any>(),
|
source: ImmutableMap<string, any>(),
|
||||||
|
|
Loading…
Reference in a new issue