mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
pass userId for admin-calls
This commit is contained in:
@@ -133,7 +133,7 @@ function sendInboxFlagNotification ({
|
||||
title,
|
||||
title_link: titleLink,
|
||||
text: messageText,
|
||||
footer: `<${SLACK_FLAGGING_FOOTER_LINK}?groupId=privateMessages&chatId=${message.id}|Flag this message>`,
|
||||
footer: `<${SLACK_FLAGGING_FOOTER_LINK}?userId=${flagger.id}&chatMessageId=${message.id}|Flag this message>`,
|
||||
mrkdwn_in: [
|
||||
'text',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user