mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 22:26:15 -06:00
oopsie doopsie
This commit is contained in:
parent
a79217400c
commit
3880fc80b4
1 changed files with 0 additions and 3 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
package users
|
package users
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
|
|
@ -34,8 +33,6 @@ import (
|
||||||
func (m *Module) InboxPOSTHandler(c *gin.Context) {
|
func (m *Module) InboxPOSTHandler(c *gin.Context) {
|
||||||
_, err := m.processor.Fedi().InboxPost(c.Request.Context(), c.Writer, c.Request)
|
_, err := m.processor.Fedi().InboxPost(c.Request.Context(), c.Writer, c.Request)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("\n\n\n%+v\n\n\n", err)
|
|
||||||
|
|
||||||
errWithCode := errorsv2.AsV2[gtserror.WithCode](err)
|
errWithCode := errorsv2.AsV2[gtserror.WithCode](err)
|
||||||
|
|
||||||
if errWithCode == nil {
|
if errWithCode == nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue