tulir / whatsmeow

Go library for the WhatsApp web multidevice API
https://go.mau.fi/whatsmeow
Mozilla Public License 2.0
2.27k stars 422 forks source link

corrected count for writeListStart #658

Closed nlitsme closed 2 months ago

nlitsme commented 2 months ago

writeAttributes omits empty items, but the list size was still set to the full length of Attrs. added countAttributes to count the non-empty Attributes.

This solves some protocol errors.