Fix account.mute_expires_at type

This commit is contained in:
Alex Gleason 2022-11-04 12:20:55 -05:00
parent 2f85c93bd5
commit b98c84c78a
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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>(),