Merge remote-tracking branch 'origin/develop' into normal-account-refactor
This commit is contained in:
@ -61,6 +61,10 @@ const AttachmentRecord = ImmutableRecord({
|
||||
remote_url: null,
|
||||
type: 'unknown',
|
||||
url: '',
|
||||
|
||||
// Internal fields
|
||||
account: null,
|
||||
status: null,
|
||||
});
|
||||
|
||||
// https://docs.joinmastodon.org/entities/mention/
|
||||
|
||||
Reference in New Issue
Block a user