Move a lot of stuff + tidy stuff

This commit is contained in:
tsmethurst 2021-05-30 13:10:16 +02:00
commit 0c4b63d9fa
69 changed files with 342 additions and 719 deletions

View file

@ -27,6 +27,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/oauth"
)
// NotificationsGETHandler serves a list of notifications to the caller, with the desired query parameters
func (m *Module) NotificationsGETHandler(c *gin.Context) {
l := m.log.WithFields(logrus.Fields{
"func": "NotificationsGETHandler",