dkforest

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

commit d1e81a8cc056c01525cec4b60b178631096f99ad
parent 566a2cd950d49e4e143e7608bb5fb0ab679cb94d
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun, 15 Jan 2023 18:06:58 -0800

add doc

Diffstat:
Mpkg/web/handlers/api/v1/handlers.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/handlers/api/v1/handlers.go b/pkg/web/handlers/api/v1/handlers.go @@ -123,6 +123,7 @@ func ChatMessagesHandler(c echo.Context) error { var data chatMessagesData + // If your tutorial was reset (you are not a new user), force display manual refresh popup if ((room.IsOfficialRoom() || (room.IsListed && !room.IsProtected())) && !authUser.TutorialCompleted()) && authUser.GeneralMessagesCount > 0 { data.ForceManualRefresh = true