From 2cd6499454908204b387dfd973e47afc91e66af9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 11 Mar 2022 21:05:42 -0600 Subject: [PATCH] Attachment: add missing internal fields --- app/soapbox/normalizers/status.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/soapbox/normalizers/status.ts b/app/soapbox/normalizers/status.ts index 0ae90579a..1abfe539d 100644 --- a/app/soapbox/normalizers/status.ts +++ b/app/soapbox/normalizers/status.ts @@ -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/