Fix parsing of messages store with undefined text formats
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled

This commit is contained in:
Dmitrii Okunev
2025-08-19 02:08:02 +01:00
parent 293fb40d7c
commit e9024b7251
3 changed files with 6 additions and 5 deletions

View File

@@ -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...")