Attachment: add missing internal fields

This commit is contained in:
Alex Gleason 2022-03-11 21:05:42 -06:00
parent 6be0b61569
commit 2cd6499454
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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/