mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 17:07:28 -06:00
timelines working pretty alright!
This commit is contained in:
parent
d9d9a7a626
commit
a25e53af4e
12 changed files with 218 additions and 237 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
// WebfingerGETRequest handles requests to, for example, https://example.org/.well-known/webfinger?resource=acct:some_user@example.org
|
||||
func (m *Module) WebfingerGETRequest(c *gin.Context) {
|
||||
l := m.log.WithFields(logrus.Fields{
|
||||
"func": "WebfingerGETRequest",
|
||||
"func": "WebfingerGETRequest",
|
||||
"user-agent": c.Request.UserAgent(),
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue