This commit is contained in:
Jeff Carr 2025-08-22 05:00:08 -05:00
parent 24f9157d50
commit 1fb23427bd
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ func showChat(uuid string) {
log.Info("unknown uuid", uuid)
return
}
prettyFormatChat(chat)
}
func listChats(chats *chatpb.Chats) {