chore(ui): bump jiffy to v6.2.1

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-04 14:43:42 +05:30
committed by xsahil03x
parent 3e5c1b2fa7
commit 79faac57e5
13 changed files with 46 additions and 31 deletions
@@ -191,7 +191,7 @@ class BottomRow extends StatelessWidget {
),
if (showTimeStamp)
Text(
Jiffy(message.createdAt.toLocal()).jm,
Jiffy.parseFromDateTime(message.createdAt.toLocal()).jm,
style: messageTheme.createdAtStyle,
),
if (showSendingIndicator)