diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 05:00:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 05:00:08 -0500 |
| commit | 1fb23427bdb05b800abfc65209fa9121e12c15d9 (patch) | |
| tree | c8bc51bdb8690d57ba58a1488ee47712af3f3f0a | |
| parent | 24f9157d50ffdcc8350367dfe087b3ce9b49d766 (diff) | |
jesus
| -rw-r--r-- | doPlayback.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
