Merge remote-tracking branch 'soapbox/develop' into events-
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: '',
|
||||
|
||||
|
||||
@ -44,6 +44,7 @@ const DEFAULT_COLORS = ImmutableMap<string, any>({
|
||||
900: '#7f1d1d',
|
||||
}),
|
||||
'sea-blue': '#2feecc',
|
||||
'greentext': '#789922',
|
||||
});
|
||||
|
||||
export const PromoPanelItemRecord = ImmutableRecord({
|
||||
|
||||
Reference in New Issue
Block a user