mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 07:52:25 -06:00
Start messing around with federation
This commit is contained in:
parent
b0819c1a63
commit
1c3ad47f52
10 changed files with 245 additions and 83 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue