mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Fix unnecessary 'go to original case' links in case log channel
This commit is contained in:
parent
b4fb6de86e
commit
eed4fd586b
2 changed files with 3 additions and 2 deletions
|
@ -43,7 +43,7 @@ export async function postCaseToCaseLogChannel(
|
|||
const theCase = await pluginData.state.cases.find(resolveCaseId(caseOrCaseId));
|
||||
if (!theCase) return null;
|
||||
|
||||
const caseEmbed = await getCaseEmbed(pluginData, caseOrCaseId);
|
||||
const caseEmbed = await getCaseEmbed(pluginData, caseOrCaseId, undefined, true);
|
||||
if (!caseEmbed) return null;
|
||||
|
||||
if (theCase.log_message_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue