Skip to content

Fix issue for lastMessage time in Safari

Christian Wansart requested to merge fix-safari-date-issue into master

Closes none

What does this MR do?

It fixes the date in the pop up for Safari on macOS and iOS. It may also fix the offset issue in the chat, since we're using moment.js now for the parsing.

How confident are you it won't break things if deployed?

Since we use moment.js nothing will break.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... according to Jo, there is already a test. But we cannot run tests especially for Safari.
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports