forked-synapse/synapse/rest/media/v1
Richard van der Hoff 2a13af23bc Use run_in_background in preference to preserve_fn
While I was going through uses of preserve_fn for other PRs, I converted places
which only use the wrapped function once to use run_in_background, to avoid
creating the function object.
2018-04-27 12:55:51 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Fix up comments 2018-01-12 15:02:46 +00:00
download_resource.py Add missing class var 2018-01-12 13:16:27 +00:00
filepath.py Don't needlessly rename variable 2017-10-13 11:42:07 +01:00
identicon_resource.py copyrights 2016-01-07 04:26:29 +00:00
media_repository.py Merge pull request #2791 from matrix-org/erikj/media_storage_refactor 2018-02-05 11:28:52 +00:00
media_storage.py Replace old-style raise with six.reraise 2018-04-06 23:06:24 +02:00
preview_url_resource.py Use run_in_background in preference to preserve_fn 2018-04-27 12:55:51 +01:00
storage_provider.py Fix storage provider bug introduced when renamed to store_local 2018-01-18 18:37:59 +00:00
thumbnail_resource.py Merge pull request #2791 from matrix-org/erikj/media_storage_refactor 2018-02-05 11:28:52 +00:00
thumbnailer.py Fix up 2017-10-13 11:33:49 +01:00
upload_resource.py Basic implementation of backup media store 2017-10-12 15:20:59 +01:00