Merge branch 'fix-mute-type' into 'develop'

Fix account.mute_expires_at type

See merge request soapbox-pub/soapbox!1868
This commit is contained in:
Alex Gleason 2022-11-04 17:22:10 +00:00
commit 68f153d7fa

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