Update "media_attachments" prop in status

update-compose
danidfra 2024-12-08 20:47:50 -03:00
rodzic 26aca429d3
commit 311fe8547c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -62,7 +62,7 @@ export const StatusRecord = ImmutableRecord({
in_reply_to_id: null as string | null,
id: '',
language: null as string | null,
media_attachments: ImmutableList<Attachment>(),
media_attachments: [] as Attachment[],
mentions: ImmutableList<Mention>(),
muted: false,
pinned: false,