No where in that does it call args.from or args.stanza. So uh, I'm not really sure how this is working unless the functionality was fixed/duplicated somewhere else?
I'd like another set of eyes on this to make sure I'm not totally overlooking something.
This trigger is used within Candy core here: https://github.com/mojolingo/candy/blob/dev/src/view.js#L69 which really calls this here: https://github.com/mojolingo/candy/blob/dev/src/view/observer.js#L150-L227
No where in that does it call
args.from
orargs.stanza
. So uh, I'm not really sure how this is working unless the functionality was fixed/duplicated somewhere else?I'd like another set of eyes on this to make sure I'm not totally overlooking something.