In the API hook_insert is called, when a reply is performed.
The Webinterface doesn't call hook_insert, when a reply is made.
Thank you for your great work berdir!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | privatemsg.reply_author.patch | 932 bytes | berdir |
In the API hook_insert is called, when a reply is performed.
The Webinterface doesn't call hook_insert, when a reply is made.
Thank you for your great work berdir!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | privatemsg.reply_author.patch | 932 bytes | berdir |
Comments
Comment #1
berdirTo clarify, the hook is called, but when sending a reply through the web interface, you are not listed as an recipient but if a reply is sent through the api with you as the author, you are listed.
This means for example that you receive email notifications of such replies.
Comment #2
berdirOh, and thanks ;)
Comment #3
berdirFixed in 6.x-1.x-dev and 7.x-1.x-dev.