1
0
Fork 0
forked from External/ergo

Revert "fix #1676"

This reverts commit 5bbee02fe6.
This commit is contained in:
Shivaram Lingamneni 2021-11-01 01:23:07 -04:00
parent 84a5b83eb1
commit 3ec5ffa340
13 changed files with 81 additions and 126 deletions

View file

@ -189,7 +189,7 @@ func zncPlaybackPlayHandler(client *Client, command string, params []string, rb
}
func zncPlayPrivmsgsFrom(client *Client, rb *ResponseBuffer, target string, start, end time.Time) {
_, sequence, err := client.server.GetHistorySequence(nil, client, target, 0)
_, sequence, err := client.server.GetHistorySequence(nil, client, target)
if sequence == nil || err != nil {
return
}