diff --git a/internal/webserver/tpl/tweet_page_includes/chat_view.tpl b/internal/webserver/tpl/tweet_page_includes/chat_view.tpl index c02f075..e5ebfff 100644 --- a/internal/webserver/tpl/tweet_page_includes/chat_view.tpl +++ b/internal/webserver/tpl/tweet_page_includes/chat_view.tpl @@ -99,12 +99,17 @@
{{ $room := (index $.Rooms $.ActiveRoomID) }} {{template "chat-profile-image" $room}} - {{if (ne $room.Type "ONE_TO_ONE")}} - - - +
+ {{if (ne $room.Type "ONE_TO_ONE")}} + + + + + {{end}} + + - {{end}} +
{{end}}