WhiskeySockets / BaileysCSharp

Lightweight full-featured C# WhatsApp Web API
63 stars 21 forks source link

PushName null error after scan QR Code. #22

Open viniciusverasdossantos opened 4 months ago

viniciusverasdossantos commented 4 months ago

image

Just when scanning the QR code it started giving this error today. I solved it by changing PushName = notify for PushName = notify ?? "". The problem stopped occurring.

image

donaldjansen commented 4 months ago

Thank you, yeah proto is handling the properties weird. I will add to the repo