diff options
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) { +} |
