Added sendNotification flag to WebGUI::Friends::rejectAddRequest. Added setting which supresses friend rejection notices from the inbox.
This commit is contained in:
parent
6dbd389c86
commit
b0c7c1162d
6 changed files with 50 additions and 11 deletions
|
|
@ -431,7 +431,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'invitation confirm message' => {
|
||||
message => q{The following users were notified:},
|
||||
message => q{The following actions were taken:},
|
||||
lastUpdated => 1225724810,
|
||||
},
|
||||
|
||||
|
|
@ -818,6 +818,18 @@ our $I18N = {
|
|||
lastUpdated => 1242274703,
|
||||
},
|
||||
|
||||
|
||||
'send reject notice' => {
|
||||
message => q|Send Reject Friend Notifications|,
|
||||
context => q|Site setting. A notification is an email that is sent to the user being rejected.|,
|
||||
lastUpdated => 1242274705,
|
||||
},
|
||||
|
||||
'send reject notice help' => {
|
||||
message => q|Choose whether or not, upon rejecting a friend request, a notification should be sent to the user being rejected.|,
|
||||
lastUpdated => 1242274703,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue