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

AttachmentRecord: add missing internal fields

Closes #859

See merge request soapbox-pub/soapbox-fe!1095
next-old
Alex Gleason 2022-03-12 03:21:30 +00:00
commit e076b7dc4e
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -60,6 +60,10 @@ const AttachmentRecord = ImmutableRecord({
remote_url: null,
type: 'unknown',
url: '',
// Internal fields
account: null,
status: null,
});
// https://docs.joinmastodon.org/entities/mention/