Merge branch 'media-tsx' into 'develop'
MediaGallery: convert to TSX See merge request soapbox-pub/soapbox!1810
This commit is contained in:
@@ -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: '',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user