mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 05:36:16 +02:00
feat: MeilisearchにIndexするノートの範囲を設定できるように (#11282)
This commit is contained in:
@@ -63,6 +63,7 @@ export type Source = {
|
||||
apiKey: string;
|
||||
ssl?: boolean;
|
||||
index: string;
|
||||
scope?: 'local' | 'global' | string[];
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
||||
Reference in New Issue
Block a user