@@ -179,7 +179,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat
179179 { command: " generate" , description: " Create an image" },
180180 ],
181181 historyLimit: 50 ,
182- replyToMode: " first" , // off | first | all
182+ replyToMode: " first" , // off | first | all | batched
183183 linkPreview: true ,
184184 streaming: " partial" , // off | partial | block | progress (default: off; opt in explicitly to avoid preview-edit rate limits)
185185 actions: { reactions: true , sendMessage: true },
@@ -239,7 +239,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat
239239 events: true ,
240240 moderation: false ,
241241 },
242- replyToMode: " off" , // off | first | all
242+ replyToMode: " off" , // off | first | all | batched
243243 dmPolicy: " pairing" ,
244244 allowFrom: [" 1234567890" , " 123456789012345678" ],
245245 dm: { enabled: true , groupEnabled: false , groupChannels: [" openclaw-dm" ] },
@@ -405,7 +405,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat
405405 allowBots: false ,
406406 reactionNotifications: " own" ,
407407 reactionAllowlist: [" U123" ],
408- replyToMode: " off" , // off | first | all
408+ replyToMode: " off" , // off | first | all | batched
409409 thread: {
410410 historyScope: " thread" , // thread | channel
411411 inheritParent: false ,
0 commit comments