mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 18:53:53 +08:00
added options to disable quoting and open links in new tabs
fixed a some regressions removed some dead code fixed messages about constants being re-defined
This commit is contained in:
@ -8,7 +8,9 @@ class CurrentUserSerializer < BasicUserSerializer
|
||||
:site_flagged_posts_count,
|
||||
:moderator?,
|
||||
:reply_count,
|
||||
:topic_count
|
||||
:topic_count,
|
||||
:enable_quoting,
|
||||
:external_links_in_new_tab
|
||||
|
||||
# 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