Merge remote-tracking branch 'origin/develop' into normal-account-refactor

This commit is contained in:
Alex Gleason
2022-03-11 21:22:19 -06:00

View File

@ -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/