fix(matrix): handle matrix-nio upload tuple response

This commit is contained in:
Alexander Minges
2026-02-11 10:55:51 +01:00
parent 97cb85ee0b
commit a28ae51ce9
2 changed files with 3 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ class _FakeAsyncClient:
)
if self.upload_response is not None:
return self.upload_response
return SimpleNamespace(content_uri="mxc://example.org/uploaded")
return SimpleNamespace(content_uri="mxc://example.org/uploaded"), None
async def content_repository_config(self):
return self.content_repository_config_response