dkforest

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

commit 8efccca3677eba3460290ea3ac46eb358473194b
parent 102e31ddf75695bb605db6f1c65c734e2a9e6303
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat, 10 Jun 2023 23:38:11 -0700

fix archive page

Diffstat:
Mpkg/web/public/views/pages/chat-archive.gohtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/chat-archive.gohtml b/pkg/web/public/views/pages/chat-archive.gohtml @@ -144,7 +144,7 @@ &nbsp;- {{- end -}} {{- end -}} - &nbsp;<span {{ .User.GenerateChatStyle | attr }}><span class="o-wrap">{{ .MsgToDisplay | safe }}</span></span> + &nbsp;<span {{ .User.GenerateChatStyle | attr }}><span class="o-wrap">{{ .MsgToDisplay $.AuthUser | safe }}</span></span> {{- end -}} </div> {{- end -}}