# Wordt de originele versie van een bericht dat tijdens moderatie is bewerkt ergens opgeslagen?

**URL:** https://meta.discourse.org/t/is-original-version-of-post-edited-during-moderation-stored-anywhere/281928
**Category:** Support
**Tags:** review-queue
**Created:** [11 oktober 2023 om 21:37 UTC](https://meta.discourse.org/t/is-original-version-of-post-edited-during-moderation-stored-anywhere/281928 "2023-10-11T21:37:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [11 oktober 2023 om 21:37 UTC](https://meta.discourse.org/t/is-original-version-of-post-edited-during-moderation-stored-anywhere/281928/1 "2023-10-11T21:37:00Z")

</div>

Continuing the discussion from [User's unedited post sent by email even when post edited by admin after approval](https://meta.discourse.org/t/users-unedited-post-sent-by-email-even-when-post-edited-by-admin-after-approval/277260/5):

When a user’s post is held for moderation, edited, then posted, is the original, **unedited** post stored anywhere? (Apart from in all the email notifications!) Thanks.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [12 oktober 2023 om 12:27 UTC](https://meta.discourse.org/t/is-original-version-of-post-edited-during-moderation-stored-anywhere/281928/2 "2023-10-12T12:27:36Z")

</div>

Hi Jonathan,

I looked at the logs (all staff logs) and database (tables **posts** , **revisions** , **reviewables** …) and it seems there’s no record of the original content.  
Only a record of the reviewable item is kept.

If you think this could be useful to get access to this, with use cases, I invite you to create a new #Contribute > Feature topic 🙂

---

<div class="post-metadata">

### Author: ![anon65426961](https://avatars.discourse-cdn.com/v4/letter/a/34f0e0/32.png) [@anon65426961](https://meta.discourse.org/u/anon65426961)
#### Post date: [12 oktober 2023 om 17:33 UTC](https://meta.discourse.org/t/is-original-version-of-post-edited-during-moderation-stored-anywhere/281928/3 "2023-10-12T17:33:41Z")

</div>

With the default of five minute grace for edits of new posts, my understanding is there is no record kept of the original post if any edits are made within those five minutes as long as they don’t surpass the character limit of edits for edit history to be published.

That can be problematic for a lot of reasons so I set the grace to zero for my forum to avoid risk of having no record of possibly important edits.

> [@Automatically resend edited post](https://meta.discourse.org/t/automatically-resend-edited-post/280741/10):
>
> It depends on your situation. Looking at the code now, there are a few things that will trigger a new revision to be created if a post is edited within the edit grace period: the post has been flagged the post is edited by another user (for example a staff member) an “edit reason” is supplied when the post is edited the post’s owner is changed It seems they really thought this through slight_smile
