Editing Old Posts and Adding Links Doesn't Alert Anybody

[quote=“Mittineague, post:11, topic:19373, full:true”]
IMHO the only reason to have an extended edit time is to give members that have had posts hidden due to community flagging an opportunity correct their error,[/quote]
Simple enough to fix. Instead of

canEdit = (delta(creationTime, now) < 15mins)

make it

canEdit = ((delta(creationTime, now) < 15mins) || (postIsHidden))

8 Likes