dkforest

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

commit cf34f9d45665dd6e7784f57cf4f93855a5ac7990
parent ec4a5959051d403ed96bea05785ff26a5203b55a
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun,  4 Dec 2022 03:28:42 -0500

add popcorn emoji

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

diff --git a/pkg/web/handlers/api/v1/topBarHandler.go b/pkg/web/handlers/api/v1/topBarHandler.go @@ -77,6 +77,7 @@ var emojiReplacer = strings.NewReplacer( ":fix-table:", `(ヘ・_・)ヘ┳━┳`, ":disap:", `ಠ_ಠ`, ":fox:", `🦊`, + ":popcorn:", `🍿`, ) var ErrRedirect = errors.New("redirect")