# Where do rejected posts go?

**URL:** https://meta.discourse.org/t/where-do-rejected-posts-go/28737
**Category:** Support
**Tags:** approval
**Created:** [May 13, 2015, 12:36am UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737 "2015-05-13T00:36:51Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [May 13, 2015, 12:36am UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737/1 "2015-05-13T00:36:51Z")

</div>

So, there’s no log entry of me rejecting my users’s post… is there any chance that I can get a copy of it from somewhere?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [May 13, 2015, 1:50am UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737/2 "2015-05-13T01:50:13Z")

</div>

Good question, if it was a regular post that you deleted you can access it by visiting their profile and clicking or tapping on the deleted post indicator and count at the top of their profile.

Not sure for posts that were pending approval, that is a question for @eviltrout

---

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [May 13, 2015, 2:51am UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737/3 "2015-05-13T02:51:04Z")

</div>

I found them in `queued_posts` sitting there with a null `topic_id` but with a `rejected_at` timestamp.

So, no UI for rejected posts yet, but their message-bodies aren’t gone. I’m not sure where to look for the subject, but that’s not an issue on my mind at the moment.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [May 13, 2015, 8:28pm UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737/4 "2015-05-13T20:28:18Z")

</div>

Yes, good searching 😄

The data for rejected posts is not purged, we keep it in a “rejected” state. I left it that way in case we want to make a UX to browse them in the future.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [May 14, 2015, 7:50pm UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737/5 "2015-05-14T19:50:18Z")

</div>

In that case, an undo (discussed in another topic) should be easy. Just keep it around in the UI, add an endpoint to undelete.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [June 21, 2021, 8:00am UTC](https://meta.discourse.org/t/where-do-rejected-posts-go/28737/7 "2021-06-21T08:00:17Z")

</div>


