mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 16:54:10 -04:00
Fix code-style
This commit is contained in:
parent
c8e1da930d
commit
84a769cdb7
7 changed files with 12 additions and 12 deletions
|
@ -96,8 +96,8 @@ class UploadResource(BaseMediaResource):
|
|||
code=400,
|
||||
)
|
||||
|
||||
#if headers.hasHeader("Content-Disposition"):
|
||||
# disposition = headers.getRawHeaders("Content-Disposition")[0]
|
||||
# if headers.hasHeader("Content-Disposition"):
|
||||
# disposition = headers.getRawHeaders("Content-Disposition")[0]
|
||||
# TODO(markjh): parse content-dispostion
|
||||
|
||||
content_uri = yield self.create_content(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue