actions: fix context action stopping processing

This commit is contained in:
WeebDataHoarder
2025-04-27 21:41:55 +02:00
parent 1a9224e453
commit a5d973dbaa

View File

@@ -46,5 +46,5 @@ func (a Context) Handle(logger *slog.Logger, w http.ResponseWriter, r *http.Requ
data.SetOpt(k, v) data.SetOpt(k, v)
} }
return false, nil return true, nil
} }