mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:26:15 -06:00
remove println
This commit is contained in:
parent
f481e6002d
commit
64ab44b6df
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ func (m *Module) threadTemplateHandler(c *gin.Context) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
println(uriParts.User[:1], uriParts.User, status.Account.Username)
|
|
||||||
if uriParts.User[:1] != "@" || uriParts.User[1:] != status.Account.Username {
|
if uriParts.User[:1] != "@" || uriParts.User[1:] != status.Account.Username {
|
||||||
c.JSON(http.StatusBadRequest, gin.H{"error": "status not found"})
|
c.JSON(http.StatusBadRequest, gin.H{"error": "status not found"})
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue