diff --git a/doPlayback.go b/doPlayback.go index 0495ac0..34a9557 100644 --- a/doPlayback.go +++ b/doPlayback.go @@ -26,10 +26,11 @@ func doPlayback() { } // Print the formatted one-line summary. - fmt.Printf("Topic: %-25s | Entries: %-4d | Started: %s\n", + fmt.Printf("Topic: %-25s | Entries: %-4d | Started: %s | UUID: %s\n", chat.GetChatName(), entryCount, formattedTime, + chat.GetUuid(), ) } fmt.Println("-------------------------------------------------")