XF doesn't really link things on a deep level, as in the quote that's in your post is just text, but it's parsed in real time, so that things like ignore work.
But if you quote someone, and then their account is deleted the quote in your text is still just text, and not some kind of dynamic object.
Note: I'm not an XF dev and making this all up based on how I know it works, so what's truly possible I couldn't say. But that's the gist of it as I understand it.
But if you quote someone, and then their account is deleted the quote in your text is still just text, and not some kind of dynamic object.
Right, it just references it when rendering the page for you.Doesn't the ignore feature simply make use of this bit above the actual quote?
Note: I'm not an XF dev and making this all up based on how I know it works, so what's truly possible I couldn't say. But that's the gist of it as I understand it.