chore(ui): bump jiffy to v6.2.1

Signed-off-by: xsahil03x <[email protected]>

(cherry picked from commit 79faac57e5)
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-08-17 13:29:13 +05:30
parent 7adc99fecb
commit 4f6fbe994d
12 changed files with 44 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)