Cleanup RemoteConfig
This commit is contained in:
parent
7bad05f5a0
commit
b2a3605d77
53 changed files with 121 additions and 614 deletions
|
@ -86,8 +86,6 @@ export type PropsType = {
|
|||
| 'draftBodyRanges'
|
||||
| 'getPreferredBadge'
|
||||
| 'isFormattingEnabled'
|
||||
| 'isFormattingFlagEnabled'
|
||||
| 'isFormattingSpoilersFlagEnabled'
|
||||
| 'onPickEmoji'
|
||||
| 'onTextTooLong'
|
||||
| 'platform'
|
||||
|
@ -156,8 +154,6 @@ export function MediaEditor({
|
|||
draftBodyRanges,
|
||||
getPreferredBadge,
|
||||
isFormattingEnabled,
|
||||
isFormattingFlagEnabled,
|
||||
isFormattingSpoilersFlagEnabled,
|
||||
onPickEmoji,
|
||||
onTextTooLong,
|
||||
platform,
|
||||
|
@ -1306,10 +1302,6 @@ export function MediaEditor({
|
|||
i18n={i18n}
|
||||
inputApi={inputApiRef}
|
||||
isFormattingEnabled={isFormattingEnabled}
|
||||
isFormattingFlagEnabled={isFormattingFlagEnabled}
|
||||
isFormattingSpoilersFlagEnabled={
|
||||
isFormattingSpoilersFlagEnabled
|
||||
}
|
||||
moduleClassName="StoryViewsNRepliesModal__input"
|
||||
onCloseLinkPreview={noop}
|
||||
onEditorStateChange={({ bodyRanges, messageText }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue