mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-23 07:29:28 +08:00
Fix parsing of messages store with undefined text formats
This commit is contained in:
@@ -319,7 +319,7 @@ func chatListen(cmd *cobra.Command, args []string) {
|
||||
assertNoError(ctx, err)
|
||||
|
||||
fmt.Println("subscribing...")
|
||||
ch, err := streamD.SubscribeToChatMessages(ctx, time.Now().Add(-time.Minute), 1000)
|
||||
ch, err := streamD.SubscribeToChatMessages(ctx, time.Now().Add(-time.Hour*24*3), 1000)
|
||||
assertNoError(ctx, err)
|
||||
|
||||
fmt.Println("started listening...")
|
||||
|
Reference in New Issue
Block a user