Skip to content

Fix: Mentions don't always have a `published` date

Jamie Tanna requested to merge defect/mention-publish into fork

It looks like sometimes a mention may not have a published date which blows our existing templating up as it's expecting it to be there, and if not, it can't convert it to the right date format (expectedly).

Merge request reports