feat: add thread refresh after posting

This commit is contained in:
Yanislav Igonin 2021-10-14 10:45:32 +03:00
parent fb29be59ae
commit d331c8700d

View File

@ -331,5 +331,5 @@ func UpdateThread(c *gin.Context) {
tx.Commit(context.TODO()) tx.Commit(context.TODO())
c.Redirect(http.StatusFound, "/"+strconv.Itoa(threadID)) c.Header("Refresh", "0")
} }