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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user