mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
8
internal/api/client/list/listsgets.go
Normal file
8
internal/api/client/list/listsgets.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package list
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
// ListsGETHandler returns a list of lists created by/for the authed account
|
||||
func (m *Module) ListsGETHandler(c *gin.Context) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user