6ac6f8d614
* tidy up timelines a bit + stub out some endpoints * who's faved and who's boosted, reblog notifs * linting * Update progress with new endpoints
9 lines
181 B
Go
9 lines
181 B
Go
package emoji
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
// EmojisGETHandler returns a list of custom emojis enabled on the instance
|
|
func (m *Module) EmojisGETHandler(c *gin.Context) {
|
|
|
|
}
|