mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 12:27:29 -06:00
Move a lot of stuff + tidy stuff
This commit is contained in:
parent
c4d791be75
commit
0c4b63d9fa
69 changed files with 342 additions and 719 deletions
|
|
@ -25,6 +25,7 @@ import (
|
|||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// FollowingGETHandler returns a collection of URIs for accounts that the target user follows, formatted so that other AP servers can understand it.
|
||||
func (m *Module) FollowingGETHandler(c *gin.Context) {
|
||||
l := m.log.WithFields(logrus.Fields{
|
||||
"func": "FollowingGETHandler",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue