You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
It seems attachments property is added at the wrong place in the msg object. I had to change line 82 to make it work. Not confortable enough to make a clean PR but this dirty modification seems to do the trick: if (attachments) msg.Messages[0].Attachments = attachments;
The text was updated successfully, but these errors were encountered:
Hello there,
It seems
attachments
property is added at the wrong place in themsg
object. I had to change line 82 to make it work. Not confortable enough to make a clean PR but this dirty modification seems to do the trick:if (attachments) msg.Messages[0].Attachments = attachments;
The text was updated successfully, but these errors were encountered: