mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
flash draft status when requirements are not met for new users
This commit is contained in:
@@ -9,8 +9,9 @@ class CurrentUserSerializer < BasicUserSerializer
|
||||
:moderator?,
|
||||
:reply_count,
|
||||
:topic_count,
|
||||
:enable_quoting,
|
||||
:external_links_in_new_tab
|
||||
:enable_quoting,
|
||||
:external_links_in_new_tab,
|
||||
:trust_level
|
||||
|
||||
# we probably want to move this into site, but that json is cached so hanging it off current user seems okish
|
||||
|
||||
|
||||
Reference in New Issue
Block a user