```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-08-22 02:23:36 +05:30
коммит произвёл GitHub
родитель be68398c7f
Коммит 5c33f51b03

Просмотреть файл

@@ -652,6 +652,7 @@ func getPostThread(c *Context, w http.ResponseWriter, r *http.Request) {
// Either only fromCreateAt must be set, or both fromPost and fromCreateAt must be set
if fromPost != "" && fromCreateAt == 0 {
c.SetInvalidParam("if fromPost is set, then fromCreatAt must also be set")
return
}
direction := ""