sdslabs / jinora

Slack webhook app to create anonymous public channels
https://chat.sdslabs.co
88 stars 10 forks source link

Relative time for messages does not display #53

Closed csoni111 closed 7 years ago

csoni111 commented 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.