users: include current theme in /profile.json.

This commit is contained in:
evazion
2019-09-19 15:57:53 -05:00
parent 56c7727dd2
commit d15b29c0cc

View File

@@ -585,7 +585,7 @@ class User < ApplicationRecord
:api_burst_limit, :remaining_api_limit, :statement_timeout,
:favorite_group_limit, :favorite_limit, :tag_query_limit,
:can_comment_vote?, :can_remove_from_pools?, :is_comment_limited?,
:can_comment?, :can_upload?, :max_saved_searches,
:can_comment?, :can_upload?, :max_saved_searches, :theme
]
end