juzibot / donut-tester

40 stars 4 forks source link

Can't get sender's name by message.from().name() #59

Open tomallv opened 3 years ago

tomallv commented 3 years ago

Can't get sender's name by message.from().name()

version info: "wechaty": "^0.51.1", "wechaty-puppet": "^0.32.3",

tomallv commented 3 years ago

Now only can get the name by message.from().payload.name, this is different with padplus, i think this is better to use the same way with padplus

tomallv commented 3 years ago

But i find a critical issue about getting sender's name that only get "" in some cases, just like: "🧡 " and "Aries". This should be put the first priority to fix this, Thanks!