mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-19 20:24:45 -04:00
store filename in upload info
This commit is contained in:
parent
b6b4362ade
commit
6cedf846bd
3 changed files with 6 additions and 5 deletions
|
@ -191,7 +191,7 @@ class TestClass(object):
|
|||
|
||||
upload = UploadInfo(event.url, filename, mimetype)
|
||||
|
||||
panstore.save_upload(server_name, event.url, mimetype)
|
||||
panstore.save_upload(server_name, event.url, filename, mimetype)
|
||||
|
||||
upload_cache = panstore.load_upload(server_name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue