diff options
Diffstat (limited to 'doPlayback.go')
| -rw-r--r-- | doPlayback.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doPlayback.go b/doPlayback.go index f39776c..0495ac0 100644 --- a/doPlayback.go +++ b/doPlayback.go @@ -12,7 +12,7 @@ func doPlayback() { // Iterate through the top-level Chat messages, which are now named groups. for _, chat := range me.chats.GetChats() { - + // Get the number of entries in the chat. entryCount := len(chat.GetEntries()) |
