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:
commit
e076b7dc4e
1 changed files with 4 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue