This commit is contained in:
2026-02-11 18:16:07 -08:00
parent cc715e1fef
commit 1d0de1118b
27 changed files with 1167 additions and 1075 deletions

View File

@@ -568,14 +568,6 @@ class Add_File(Cmdlet):
progress.step("ingesting file")
if provider_name:
if str(provider_name).strip().lower() == "matrix":
log(
"Matrix uploads are handled by .matrix (not add-file).",
file=sys.stderr,
)
failures += 1
continue
code = self._handle_provider_upload(
media_path,
provider_name,