MM-52173 Add setting to delay channel autocomplete (#22952)
* Add unit tests for ChannelMentionProvider.handleCompleteWord * Add a minimum length before the ChannelMentionProvider triggers * MM-52173 Move delayed autcomplete behind a setting * Fix e2e test type check * Update Textbox tests * Add new setting to server telemetry
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
609ab9c765
Коммит
3ba75afa08
@@ -196,6 +196,7 @@ export type ClientConfig = {
|
||||
PostPriority: string;
|
||||
ReduceOnBoardingTaskList: string;
|
||||
PostAcknowledgements: string;
|
||||
DelayChannelAutocomplete: 'true' | 'false';
|
||||
};
|
||||
|
||||
export type License = {
|
||||
@@ -730,6 +731,7 @@ export type ExperimentalSettings = {
|
||||
EnableAppBar: boolean;
|
||||
PatchPluginsReactDOM: boolean;
|
||||
DisableRefetchingOnBrowserFocus: boolean;
|
||||
DelayChannelAutocomplete: boolean;
|
||||
};
|
||||
|
||||
export type AnalyticsSettings = {
|
||||
|
||||
Ссылка в новой задаче
Block a user