dkforest

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

commit 4830625e0fd7b6707c45b17c26bf56538d6f1c5e
parent 71786a2b723039b31c7a4b8de2f6ecdec0cee904
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 10 Nov 2022 12:46:25 -0800

messages count field for user

Diffstat:
Mpkg/database/tableUsers.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/database/tableUsers.go b/pkg/database/tableUsers.go @@ -91,6 +91,7 @@ type User struct { CollectMetadata bool CaptchaRequired bool Theme int64 + GeneralMessagesCount int64 AFK bool HighlightOwnMessages bool `gorm:"-"` }