You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when ads with comments are republished we get confusing dates. See the attached image, ad was published 12 days ago, but has a comment 3 months old.
To workaround this, I opened #513, which changes republications to delete previously existing comments in the ad.
But a better solution proposed by @andreslucena would be to add a new db field (original_published_at) and show that in the UI. Something like "Republished 1 day ago, originally published 3 months ago."
The text was updated successfully, but these errors were encountered:
Currently when ads with comments are republished we get confusing dates. See the attached image, ad was published 12 days ago, but has a comment 3 months old.
To workaround this, I opened #513, which changes republications to delete previously existing comments in the ad.
But a better solution proposed by @andreslucena would be to add a new db field (
original_published_at
) and show that in the UI. Something like "Republished 1 day ago, originally published 3 months ago."The text was updated successfully, but these errors were encountered: