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) {