mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 00:02:25 -05:00
Tidy + timeline embetterment (#38)
* tidy up timelines a bit + stub out some endpoints * who's faved and who's boosted, reblog notifs * linting * Update progress with new endpoints
This commit is contained in:
parent
3d77f81c7f
commit
6ac6f8d614
23 changed files with 692 additions and 15 deletions
8
internal/api/client/emoji/emojisget.go
Normal file
8
internal/api/client/emoji/emojisget.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue