From 1fb23427bdb05b800abfc65209fa9121e12c15d9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 22 Aug 2025 05:00:08 -0500 Subject: [PATCH] jesus --- doPlayback.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doPlayback.go b/doPlayback.go index 33f57ec..34ed0fd 100644 --- a/doPlayback.go +++ b/doPlayback.go @@ -23,6 +23,7 @@ func showChat(uuid string) { log.Info("unknown uuid", uuid) return } + prettyFormatChat(chat) } func listChats(chats *chatpb.Chats) {