dkforest

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

commit 989f2121e8c47825c1929e4c9533d3e34bbbf308
parent c017a9ad2f09e3da05147587ab86d20f7a19ea0d
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat, 30 Dec 2023 17:53:20 -0500

doc

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 @@ -33,6 +33,7 @@ func (u Username) AtStr() string { return "@" + string(u) } +// IUserRenderMessage is the smallest interface needed to render the chat messages type IUserRenderMessage interface { GetID() UserID GetUsername() Username