mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
* Corrected recipient email address in reported PM Slack notification Corrected the recipient email address in the Slack notification sent to moderators when a user reports their own private message. * Installed new dependencies * Removed personal comments Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ function sendFlagNotification ({
|
||||
}
|
||||
|
||||
function sendInboxFlagNotification ({
|
||||
authorEmail,
|
||||
messageUserEmail,
|
||||
flagger,
|
||||
message,
|
||||
userComment,
|
||||
@@ -143,7 +143,7 @@ function sendInboxFlagNotification ({
|
||||
const messageUserFormat = formatUser({
|
||||
displayName: message.user,
|
||||
name: message.username,
|
||||
email: authorEmail,
|
||||
email: messageUserEmail,
|
||||
uuid: message.uuid,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user