mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FEATURE: User page refactor
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
This commit is contained in:
@ -11,7 +11,8 @@ class BasicGroupSerializer < ApplicationSerializer
|
||||
:title,
|
||||
:grant_trust_level,
|
||||
:incoming_email,
|
||||
:notification_level
|
||||
:notification_level,
|
||||
:has_messages
|
||||
|
||||
def include_incoming_email?
|
||||
scope.is_staff?
|
||||
|
Reference in New Issue
Block a user