3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-16 22:55:03 +00:00
This commit is contained in:
iamshoXy 2024-04-26 11:02:34 +02:00
parent 7644f2bdaa
commit 5056eea79e

View file

@ -8,7 +8,7 @@ import { caseAbbreviations } from "../caseAbbreviations";
import { CasesPluginType } from "../types"; import { CasesPluginType } from "../types";
import { getCaseIcon } from "./getCaseIcon"; import { getCaseIcon } from "./getCaseIcon";
const CASE_SUMMARY_REASON_MAX_LENGTH = 662; const CASE_SUMMARY_REASON_MAX_LENGTH = 600;
const INCLUDE_MORE_NOTES_THRESHOLD = 20; const INCLUDE_MORE_NOTES_THRESHOLD = 20;
const UPDATE_STR = "\n**[Update]**"; const UPDATE_STR = "\n**[Update]**";