# Delete quote when quoted post is deleted

**URL:** https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281
**Category:** Feature
**Created:** [April 18, 2021, 4:18pm UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281 "2021-04-18T16:18:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Sevenoak](https://avatars.discourse-cdn.com/v4/letter/s/839c29/32.png) [@Sevenoak](https://meta.discourse.org/u/Sevenoak)
#### Post date: [April 18, 2021, 4:18pm UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/1 "2021-04-18T16:18:56Z")

</div>

When I quote another user’s post (via pasting the public link), and they subsequently delete the original, the text of their post still remains visible in my quote.

I’m curious as to the logic behind this. Why allow deletion in the first place if anyone can publicly preserve another user’s post via quoting?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 18, 2021, 6:50pm UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/2 "2021-04-18T18:50:22Z")

</div>

First, it would be pretty difficult to search every post in the database when a post was deleted to look for the possibilty that some other post had quoted it.

But also, it would be much more disruptive for someone to have the text of their post changed without their knowlege. For example, what if they say "`<quote something from Pat> `I disagree with what was said here` and Pat deletes the post and then the post becomes “I disagree with what was said here”. It would then make no sense.

Edit: I never seem to notice that things are in the feature category.

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [April 18, 2021, 9:43pm UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/3 "2021-04-18T21:43:25Z")

</div>

The “But also” example is kinda what happens on Twitter now so I think people are used to it.

As for the first, does not Discourse already track where things are quoted (if the quotes have the `quote="username, post:NUM, topic:ID"` attributions already? I don’t think Discourse should do these deletions by default, but I can certainly imagine places where it might be preferred.

---

<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: [April 19, 2021, 12:08am UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/4 "2021-04-19T00:08:43Z")

</div>

If removal is really that important, do a cascaded delete where all replies to the post are deleted as well. I’m not sure why there needs to be a feature here, when a mod could handle it with a few clicks in the rare event that posted content is so dangerous that it has to be eradicated completely.

---

<div class="post-metadata">

### Author: ![Sevenoak](https://avatars.discourse-cdn.com/v4/letter/s/839c29/32.png) [@Sevenoak](https://meta.discourse.org/u/Sevenoak)
#### Post date: [April 19, 2021, 1:23am UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/5 "2021-04-19T01:23:41Z")

</div>

Yeah, the interaction I’m talking about is the one @elijah mentioned-- the equivalent of deleting a tweet and having the relevant quote-tweets/subtweets also modified with a placeholder of _This content is no longer available._ Maybe I’m too used to Twitter but that’s definitely the expected outcome of a deletion for me.

---

<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: [April 19, 2021, 1:32am UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/6 "2021-04-19T01:32:16Z")

</div>

Not really the same thing though; a quote exists as _actual content in the post_. When people “quote” a tweet or “retweet” a tweet they are linking to it through the built in twitter UI. Imagine if I tweeted this on twitter:

> Well, `@joe` just said ‘I like apples’ and I find that _outrageous!_

If Joe deletes his tweet that said

> I like apples

There’d be no expectation that my tweet quoting him would be removed or modified.

---

<div class="post-metadata">

### Author: ![Sevenoak](https://avatars.discourse-cdn.com/v4/letter/s/839c29/32.png) [@Sevenoak](https://meta.discourse.org/u/Sevenoak)
#### Post date: [April 20, 2021, 10:02pm UTC](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/7 "2021-04-20T22:02:01Z")

</div>

Ah-- I personally ‘quote tweet’ by pasting the quoted tweet URL into my new tweet, which is also how I quote on discourse.

RE your example: Of course if I just literally manually quoted something here on discourse I wouldn’t expect it to disappear after the reference got deleted. But that’s not what I’m talking about.

Just so we’re on the same page, this is what I mean:

> [@Delete quote when quoted post is deleted](https://meta.discourse.org/t/delete-quote-when-quoted-post-is-deleted/187281/6):
>
> Not really the same thing though; a quote exists as actual content in the post. When people “quote” a tweet or “retweet” a tweet they are linking to it through the built in twitter UI. Imagine if I tweeted this on twitter: Well, @joe just said ‘I like apples’ and I find that outrageous! If Joe deletes his tweet that said I like apples There’d be no expectation that my tweet quoting him would be removed or modified.

Maybe I’m too used to Twitter but it just feels inconsistent that the box above wouldn’t change to ‘This content is no longer available’ if you were to delete your post.
