mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 16:29:31 -06:00
* tidy up timelines a bit + stub out some endpoints * who's faved and who's boosted, reblog notifs * linting * Update progress with new endpoints
8 lines
180 B
Go
8 lines
180 B
Go
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) {
|
|
|
|
}
|