tulir / whatsmeow

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

Customize app name at linked devices screen #89

Closed hajsf closed 2 years ago

hajsf commented 2 years ago

At WhatsApp linked devices screen, the app name appears as: whatsmeow

Is therea way to customize it, so my app name be spending there?

IMG_20220409_003137

tulir commented 2 years ago

https://github.com/tulir/whatsmeow/blob/main/store/clientpayload.go#L126-L133 (you can just change those directly from your code, e.g. store.CompanionProps.Os = proto.String("foo"))

hajsf commented 2 years ago

Appreciate your prompt response and feedback, thanks a lot.

hajsf commented 2 years ago

Hi again, is therea way to change the logo as well? Thanks