fix to context recycling and top/bottom anchors on posts display

This commit is contained in:
2026-01-17 22:40:19 -07:00
parent 785c45543c
commit 4814947852
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -575,9 +575,7 @@ func contextRecycler(incoming chan *amContext, done chan bool) {
for c := range incoming {
c.echoContext = nil
c.httprc = http.StatusOK
for k := range c.rendervars {
delete(c.rendervars, k)
}
c.rendervars = make(jet.VarMap)
c.outputType = ""
c.session = nil
c.globals = nil