mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Re-organise user page so it is easier to find interesting info split it into tabs - Introduce notifications and messages tabs - Stop couting stuff for the user page to speed up rendering - Suppress more information when viewing your own profile
3 lines
139 B
JavaScript
3 lines
139 B
JavaScript
import createPMRoute from "discourse/routes/build-private-messages-route";
|
|
|
|
export default createPMRoute('mine', 'private-messages-sent');
|