mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 13:08:09 -06:00
Started working on emoji
This commit is contained in:
parent
2e7ac10d00
commit
9826f3f6d9
16 changed files with 75 additions and 14 deletions
|
|
@ -38,6 +38,7 @@ const (
|
|||
MediaAttachment = "attachment"
|
||||
MediaHeader = "header"
|
||||
MediaAvatar = "avatar"
|
||||
MediaEmoji = "emoji"
|
||||
)
|
||||
|
||||
// MediaHandler provides an interface for parsing, storing, and retrieving media objects like photos, videos, and gifs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue