dkforest

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

commit 214a2979cfd44c7007b4ee3de54a0bd0432345cb
parent 4f55f4701ee6dca2d18d4491fb24d3b291ab3571
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun,  4 Dec 2022 18:59:28 -0500

display public msgs count

Diffstat:
Mpkg/web/public/views/pages/admin/user-edit.gohtml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkg/web/public/views/pages/admin/user-edit.gohtml b/pkg/web/public/views/pages/admin/user-edit.gohtml @@ -179,5 +179,8 @@ <div> Signup metadata: {{ .Data.SignupMetadata }} </div> +<div> + Public msgs: {{ .Data.User.GeneralMessagesCount }} +</div> {{ end }} \ No newline at end of file