summaryrefslogtreecommitdiff
path: root/internal/apimodule/fileserver/fileserver.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-05-08 14:25:23 +0200
committerLibravatar GitHub <noreply@github.com>2021-05-08 14:25:23 +0200
commitac9adb172b09882b12659a3e43a94d724eb65378 (patch)
tree0f97edf4377f406df321054d26e731ff5dcc6667 /internal/apimodule/fileserver/fileserver.go
parentmake boosts work woo (#12) (diff)
downloadgotosocial-ac9adb172b09882b12659a3e43a94d724eb65378.tar.xz
Revert "make boosts work woo (#12)" (#15)
This reverts commit 9616f46424363adbc124da52c6728ca047506403.
Diffstat (limited to 'internal/apimodule/fileserver/fileserver.go')
-rw-r--r--internal/apimodule/fileserver/fileserver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/apimodule/fileserver/fileserver.go b/internal/apimodule/fileserver/fileserver.go
index 55b8781b6..7651c8cc1 100644
--- a/internal/apimodule/fileserver/fileserver.go
+++ b/internal/apimodule/fileserver/fileserver.go
@@ -39,7 +39,7 @@ const (
// MediaSizeKey is the url key for the desired media size--original/small/static
MediaSizeKey = "media_size"
// FileNameKey is the actual filename being sought. Will usually be a UUID then something like .jpeg
- FileNameKey = "file_name"
+ FileNameKey = "file_name"
)
// FileServer implements the RESTAPIModule interface.