mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Experiment: New search function.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type Experiments = never;
|
||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = [];
|
||||
export type Experiments = 'search';
|
||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = [ 'search' ];
|
||||
|
||||
export interface ExperimentOptions {
|
||||
enabled?: Experiments[];
|
||||
|
||||
Reference in New Issue
Block a user