1
0
Fork 0
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:
Eggbertx 2025-05-09 00:11:46 -07:00
parent 6aa021b7b0
commit 82825c6386

View file

@ -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,
}