This commit is contained in:
2026-05-26 19:00:04 -07:00
parent 0db899d0c3
commit cdae571385
24 changed files with 119 additions and 241 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ class Matrix(TablePluginMixin, Provider):
EXPOSE_AS_FILE_PROVIDER = False
MULTI_INSTANCE = True
SUPPORTED_CMDLETS = frozenset({"add-file"})
SUPPORTED_CMDLETS = frozenset({"add-file", "search-file"})
@classmethod
def config_schema(cls) -> List[Dict[str, Any]]: