From e31c35899acf1c7e18ca54cf70ce3c06ef6a2d9f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 5 Apr 2023 19:36:37 +0200 Subject: Remove chat log pages. The unread chat badge in the game lists should be enough. --- views/profile.pug | 2 -- 1 file changed, 2 deletions(-) (limited to 'views/profile.pug') diff --git a/views/profile.pug b/views/profile.pug index 99c8f16..63d3018 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -39,8 +39,6 @@ html dt Configure webhook dd= new URL(user.webhook.url).hostname - p Chat log - p form(action="/logout" method="post") button(type="submit") Logout -- cgit v1.2.3