Merge branch 'media-tsx' into 'develop'

MediaGallery: convert to TSX

See merge request soapbox-pub/soapbox!1810
This commit is contained in:
Alex Gleason
2022-10-04 17:26:18 +00:00
3 changed files with 636 additions and 654 deletions

View File

@@ -20,7 +20,7 @@ export const AttachmentRecord = ImmutableRecord({
meta: ImmutableMap(),
pleroma: ImmutableMap(),
preview_url: '',
remote_url: null,
remote_url: null as string | null,
type: 'unknown',
url: '',