Merge remote-tracking branch 'soapbox/develop' into events-

This commit is contained in:
marcin mikołajczak
2022-10-06 00:01:39 +02:00
23 changed files with 1748 additions and 1752 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: '',

View File

@ -44,6 +44,7 @@ const DEFAULT_COLORS = ImmutableMap<string, any>({
900: '#7f1d1d',
}),
'sea-blue': '#2feecc',
'greentext': '#789922',
});
export const PromoPanelItemRecord = ImmutableRecord({