dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit dbfda74d4d7e61d2972b4c27c5356482f4dfcbc4
parent 9d0033f32b1f2c312bc3c25313e6ae35e9c87dda
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 15 Jun 2023 18:58:01 -0700

doc

Diffstat:
Mpkg/web/handlers/chess.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/chess.go b/pkg/web/handlers/chess.go @@ -618,7 +618,7 @@ func ChessGameHandler(c echo.Context) error { game := g.Game - // Keep track of where on the board a piece was last seen + // Keep track of where on the board a piece was last seen for this specific http stream piecesCache1 := initPiecesCache(game) isFlipped := authUser.ID == g.Player2.ID