Skip to content

Commit 62da0a6

Browse files
committed
fix: don't disable link previews in case summaries
1 parent 631bba3 commit 62da0a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/src/plugins/Cases/functions/getCaseSummary.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export async function getCaseSummary(
4242
reason = reasonChunks[0] + "...";
4343
}
4444

45-
reason = disableLinkPreviews(reason);
46-
4745
const timestamp = moment.utc(theCase.created_at, DBDateFormat);
4846
const relativeTimeCutoff = convertDelayStringToMS(config.relative_time_cutoff)!;
4947
const useRelativeTime = config.show_relative_times && Date.now() - timestamp.valueOf() < relativeTimeCutoff;

0 commit comments

Comments
 (0)