Attachment: add missing internal fields
This commit is contained in:
parent
6be0b61569
commit
2cd6499454
1 changed files with 4 additions and 0 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue