diff --git a/src/plugins/replyTimestamp/index.tsx b/src/plugins/replyTimestamp/index.tsx index 4abb6ccc8..9d60be973 100644 --- a/src/plugins/replyTimestamp/index.tsx +++ b/src/plugins/replyTimestamp/index.tsx @@ -16,7 +16,7 @@ import type { HTMLAttributes } from "react"; const { calendarFormat, dateFormat, isSameDay } = mapMangledModule("millisecondsInUnit:", { calendarFormat: filters.byCode("sameElse"), - dateFormat: filters.byCode(':".)concat'), + dateFormat: filters.byCode(':").concat'), isSameDay: filters.byCode("Math.abs(+"), }); const MessageClasses = findByProps("separator", "latin24CompactTimeStamp");