diff options
Diffstat (limited to 'internal/api/s2s/user/repliesget.go')
-rw-r--r-- | internal/api/s2s/user/repliesget.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/s2s/user/repliesget.go b/internal/api/s2s/user/repliesget.go index 6ef5a5f43..86a57e692 100644 --- a/internal/api/s2s/user/repliesget.go +++ b/internal/api/s2s/user/repliesget.go @@ -113,6 +113,7 @@ func (m *Module) StatusRepliesGETHandler(c *gin.Context) { if format == string(api.TextHTML) { // redirect to the status c.Redirect(http.StatusSeeOther, "/@"+requestedUsername+"/statuses/"+requestedStatusID) + return } var page bool |