mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-10 13:18:08 -06:00
phew
This commit is contained in:
parent
82437a768b
commit
ba84852d3e
19 changed files with 999 additions and 262 deletions
|
|
@ -34,19 +34,19 @@ import (
|
|||
|
||||
const (
|
||||
// Key for small/thumbnail versions of media
|
||||
MediaSmall = "small"
|
||||
MediaSmall = "small"
|
||||
// Key for original/fullsize versions of media and emoji
|
||||
MediaOriginal = "original"
|
||||
MediaOriginal = "original"
|
||||
// Key for static (non-animated) versions of emoji
|
||||
MediaStatic = "static"
|
||||
MediaStatic = "static"
|
||||
// Key for media attachments
|
||||
MediaAttachment = "attachment"
|
||||
// Key for profile header
|
||||
MediaHeader = "header"
|
||||
MediaHeader = "header"
|
||||
// Key for profile avatar
|
||||
MediaAvatar = "avatar"
|
||||
MediaAvatar = "avatar"
|
||||
// Key for emoji type
|
||||
MediaEmoji = "emoji"
|
||||
MediaEmoji = "emoji"
|
||||
|
||||
// Maximum permitted bytes of an emoji upload (50kb)
|
||||
EmojiMaxBytes = 51200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue