Closed csoni111 closed 7 years ago
The relative time (ex: 5 mins ago) does not display on the right side of the messages. The error is in app.coffee#116. Here .getTime() is used whereas .toISOString() must be used as used in x-chat-list.html#26.
.getTime()
.toISOString()
The relative time (ex: 5 mins ago) does not display on the right side of the messages. The error is in app.coffee#116. Here
.getTime()
is used whereas.toISOString()
must be used as used in x-chat-list.html#26.