f
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user