Merge branch 'account-gallery-fix' into 'develop'

AttachmentRecord: add missing internal fields

Closes #859

See merge request soapbox-pub/soapbox-fe!1095
This commit is contained in:
Alex Gleason 2022-03-12 03:21:30 +00:00
commit e076b7dc4e

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/