forked from GNUsocial/gnu-social
Consistently use "email-notify_fave" syntax for preference
This commit is contained in:
@@ -683,7 +683,7 @@ function mail_notify_fave(User $rcpt, Profile $sender, Notice $notice)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!$rcpt->getPref('notify', 'email_fave', 1)) {
|
||||
if (!$rcpt->getPref('email', 'notify_fave', 1)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user