mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 14:34:56 -04:00
Log which files we saved attachments to in the media_repository
This commit is contained in:
parent
657488113e
commit
32019c9897
3 changed files with 11 additions and 0 deletions
|
@ -97,6 +97,8 @@ class UploadResource(Resource):
|
|||
content_length, requester.user
|
||||
)
|
||||
|
||||
logger.info("Uploaded content with URI %r", content_uri)
|
||||
|
||||
respond_with_json(
|
||||
request, 200, {"content_uri": content_uri}, send_cors=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue