kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Update "media_attachments" prop in status
rodzic
26aca429d3
commit
311fe8547c
|
@ -62,7 +62,7 @@ export const StatusRecord = ImmutableRecord({
|
||||||
in_reply_to_id: null as string | null,
|
in_reply_to_id: null as string | null,
|
||||||
id: '',
|
id: '',
|
||||||
language: null as string | null,
|
language: null as string | null,
|
||||||
media_attachments: ImmutableList<Attachment>(),
|
media_attachments: [] as Attachment[],
|
||||||
mentions: ImmutableList<Mention>(),
|
mentions: ImmutableList<Mention>(),
|
||||||
muted: false,
|
muted: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
|
|
Ładowanie…
Reference in New Issue