]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Notification mails are sent again fixes ssue #99
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 30 Dec 2015 16:35:47 +0000 (17:35 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 30 Dec 2015 16:35:47 +0000 (17:35 +0100)
commit998db39b1ab60380a55316f8665949bb450c6263
tree461173b8692afd717b073a903856987ed2f2ab04
parentad5d5f805426f7814e2ec80740de2ad0b969ce51
Notification mails are sent again fixes ssue #99

The problem was that the ActivityVerbPostPlugin handled 'post' verbs
but didn't handle the notifications for them, so now we're returning
true in the event so the default behaviour (sending to 'getReplies'
recipients) is done by default.
classes/Notice.php
lib/activityhandlerplugin.php
lib/mail.php