From 161be30b2b7e70799b7f97de8e441a74d7bbaae3 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:50:05 -0300 Subject: [PATCH] Fix dateFormat filter --- src/plugins/replyTimestamp/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/replyTimestamp/index.tsx b/src/plugins/replyTimestamp/index.tsx index 46790620f..4abb6ccc8 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('":'), + dateFormat: filters.byCode(':".)concat'), isSameDay: filters.byCode("Math.abs(+"), }); const MessageClasses = findByProps("separator", "latin24CompactTimeStamp");