chore(ui, localization): revert "bump jiffy to v6.2.1"

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-11 19:21:57 +05:30
committed by xsahil03x
parent 58891a4da0
commit 0e3eef7e1b
24 changed files with 66 additions and 103 deletions
@@ -191,7 +191,7 @@ class BottomRow extends StatelessWidget {
),
if (showTimeStamp)
Text(
Jiffy.parseFromDateTime(message.createdAt.toLocal()).jm,
Jiffy(message.createdAt.toLocal()).jm,
style: messageTheme.createdAtStyle,
),
if (showSendingIndicator)