diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 04:23:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 04:23:28 -0500 |
| commit | eceb945b9c88d8e7a3456517348507cac07cd15c (patch) | |
| tree | 88bb8425bf0e0c00162c7930c9c5e942e4635e32 /doPlayback.go | |
| parent | 126495ff38f6932f69d5e2996e16185fc269ed33 (diff) | |
something new
Diffstat (limited to 'doPlayback.go')
| -rw-r--r-- | doPlayback.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doPlayback.go b/doPlayback.go index e636004..019db68 100644 --- a/doPlayback.go +++ b/doPlayback.go @@ -46,6 +46,13 @@ func listChats(chats *chatpb.Chats) { formattedTime, chat.GetUuid(), ) + if argv.Playback.Long != nil { + listEntries(chat) + } } fmt.Println("-------------------------------------------------") } + +// print out one line for each chat entry +func listEntries(chat *chatpb.Chat) { +} |
