summaryrefslogtreecommitdiff
path: root/doPlayback.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPlayback.go')
-rw-r--r--doPlayback.go1
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) {