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: '',
|
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