From d15b29c0cc1f76c7a4915dd62479ce9062bf1038 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 19 Sep 2019 15:57:53 -0500 Subject: [PATCH] users: include current theme in /profile.json. --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index 9341105ae..0040056a0 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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