MailCommander

MailCommander

63.4k Downloads

"Send All" button may send items to wrong character

B88000005 opened this issue ยท 1 comments

commented

"Send All" button may send items to wrong character.

commented

I just debug it. The sender is set after the addon put items to the mail. However, the currentReceiver will change if we put the items to the mail.
The scenario of this bug is:

  1. currentReceiver=alt1
  2. sender="working"
  3. put the items which should be sent to alt1 to the mail
  4. currentReceiver=alt2, because the addon already put items to the mail
  5. sender=currentReceiver (which is alt2)
  6. the addon send items to the wrong character.