Removed Jiffy update

This commit is contained in:
rlee1990
2023-06-05 15:46:17 -04:00
parent dea5664851
commit 4dcc747f94
12 changed files with 31 additions and 34 deletions
@@ -108,7 +108,7 @@ class _ConnectedTitleState extends StatelessWidget {
} else {
alternativeWidget = Text(
'${context.translations.userLastOnlineText} '
'${Jiffy.parseFromDateTime(otherMember.user!.lastActive!).fromNow()}',
'${Jiffy(otherMember.user!.lastActive!).fromNow()}',
style: textStyle,
);
}