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

View File

@ -42,7 +42,7 @@ export const AccountRecord = ImmutableRecord({
location: '',
locked: false,
moved: null as EmbeddedEntity<any>,
mute_expires_at: null as Date | null,
mute_expires_at: null as string | null,
note: '',
pleroma: ImmutableMap<string, any>(),
source: ImmutableMap<string, any>(),