mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 09:51:57 -05: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