mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-30 09:56:23 -07:00
Fix regression, re-add cyclic field setting
This commit is contained in:
parent
6aa021b7b0
commit
82825c6386
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ func MakePost(writer http.ResponseWriter, request *http.Request) {
|
|||
Locked: isLocked,
|
||||
Stickied: isSticky,
|
||||
IsSpoilered: isSpoileredThread,
|
||||
Cyclic: isCyclic,
|
||||
Anchored: emailCommand == "sage" && post.ThreadID == 0,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue