mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 02:35:31 +08:00

There was an edge when a user re-quoted a nested quote that it would return an incorrect `full name` but the correct `username` for the original quote. This PR updates the logic to fall back to using the OP user's username. The complexity of the changes required to allow for full names to be displayed on nested quotes far outweighs how rare quoting nested quotes is.