See: https://meta.discourse.org/t/display-full-name-not-username-when-attributing-quote-or-reply/203533?u=isaacjanzen for context The initial release [broke quoting](https://meta.discourse.org/t/quoting-broken-when-name-matches-username/217633?u=isaacjanzen) but we now pass the username when ``` siteSettings.display_name_on_posts && !siteSettings.prioritize_username_in_ux && post.name ``` as well as the full name to guarantee that we are not getting any mismatches when querying for user / avatar. eg. ``` [quote="Isaac Janzen, post:3, topic:7, full:true, username:isaac.janzen"] bing bong [/quote] ``` |
||
|---|---|---|
| .. | ||
| concerns | ||
| about.js | ||
| badges-fixture.js | ||
| category-fixtures.js | ||
| dashboard-general.js | ||
| dashboard-new-features.js | ||
| dashboard.js | ||
| directory-fixtures.js | ||
| discovery-fixtures.js | ||
| drafts.js | ||
| group-fixtures.js | ||
| groups-fixtures.js | ||
| notification-fixtures.js | ||
| pending-posts.js | ||
| poll.js | ||
| post.js | ||
| private-messages-fixtures.js | ||
| problems.js | ||
| reports-bulk.js | ||
| reports.js | ||
| search-fixtures.js | ||
| session-fixtures.js | ||
| site-fixtures.js | ||
| site-settings.js | ||
| static-fixtures.js | ||
| tag-group-fixtures.js | ||
| top-fixtures.js | ||
| topic.js | ||
| user-badges.js | ||
| user-fixtures.js | ||
| watched-words-fixtures.js | ||