We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631bba3 commit 62da0a6Copy full SHA for 62da0a6
backend/src/plugins/Cases/functions/getCaseSummary.ts
@@ -42,8 +42,6 @@ export async function getCaseSummary(
42
reason = reasonChunks[0] + "...";
43
}
44
45
- reason = disableLinkPreviews(reason);
46
-
47
const timestamp = moment.utc(theCase.created_at, DBDateFormat);
48
const relativeTimeCutoff = convertDelayStringToMS(config.relative_time_cutoff)!;
49
const useRelativeTime = config.show_relative_times && Date.now() - timestamp.valueOf() < relativeTimeCutoff;
0 commit comments