mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
mediaapi/writers/download: Fix reference to spec for /download
This commit is contained in:
parent
48c3a505cd
commit
5e338cc805
|
|
@ -38,7 +38,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// downloadRequest metadata included in or derivable from an download request
|
// downloadRequest metadata included in or derivable from an download request
|
||||||
// https://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-media-r0-download
|
// https://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-media-r0-download-servername-mediaid
|
||||||
type downloadRequest struct {
|
type downloadRequest struct {
|
||||||
MediaMetadata *types.MediaMetadata
|
MediaMetadata *types.MediaMetadata
|
||||||
Logger *log.Entry
|
Logger *log.Entry
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue