mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Merge branch 'master' into design-pass-tweaks
This commit is contained in:
@@ -70,7 +70,7 @@ class i18n {
|
||||
};
|
||||
|
||||
this.timeago = (time) => {
|
||||
return this.timeagoInstance.format(time);
|
||||
return this.timeagoInstance.format(new Date(time));
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user