kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Attachment: add missing internal fields
rodzic
6be0b61569
commit
2cd6499454
|
@ -60,6 +60,10 @@ const AttachmentRecord = ImmutableRecord({
|
||||||
remote_url: null,
|
remote_url: null,
|
||||||
type: 'unknown',
|
type: 'unknown',
|
||||||
url: '',
|
url: '',
|
||||||
|
|
||||||
|
// Internal fields
|
||||||
|
account: null,
|
||||||
|
status: null,
|
||||||
});
|
});
|
||||||
|
|
||||||
// https://docs.joinmastodon.org/entities/mention/
|
// https://docs.joinmastodon.org/entities/mention/
|
||||||
|
|
Ładowanie…
Reference in New Issue