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:
commit
68f153d7fa
1 changed files with 1 additions and 1 deletions
|
@ -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>(),
|
||||
|
|
Loading…
Reference in a new issue