dkforest

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

commit 9eaaac9f641f6c9b90a41bda4ba55cc053bdfdc2
parent 42867b396ab2a887f354956b7dd50fdb83ef1696
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 11 Dec 2023 15:11:52 -0500

cleanup

Diffstat:
Mpkg/web/handlers/poker/poker.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1895,7 +1895,6 @@ func PokerHandler(c echo.Context) error { defer sub.Close() send(buildBaseHtml(g, authUser, roomID)) - c.Response().Flush() Loop: