So I recently found a bug in the pretty-mail client for beta 16 that caused new posts to 500 out middle of process.
THis was a horrible experience for users as:
- they saw generic red "error" box
- post did not show up in UI
- post DID save in database
- discussion afterUpdate functions did not run, so
lastPostedAt was not updated
- no email is sent
- users comment does not get attention
BUT easy fix, updated my templates. NOw bigger question
HOw do I fix the missing updates? and essentiall re-index post metadata
I want to essentially re-index the discussion metadata like lastPostedAt, author, id, etc.