kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'account-gallery-fix' into 'develop'
AttachmentRecord: add missing internal fields Closes #859 See merge request soapbox-pub/soapbox-fe!1095next-old
commit
e076b7dc4e
|
@ -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