mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-25 23:23:32 -06:00
Started working on emoji
This commit is contained in:
parent
2e7ac10d00
commit
9826f3f6d9
16 changed files with 75 additions and 14 deletions
7
internal/apimodule/fileserver/serveemoji.go
Normal file
7
internal/apimodule/fileserver/serveemoji.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package fileserver
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func (m *fileServer) serveEmoji(c *gin.Context) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue