about summary refs log tree commit diff
path: root/app/controllers/admin/settings_controller.rb
diff options
context:
space:
mode:
authorashleyhull-versent <ashley.hull@versent.com.au>2018-10-08 09:20:45 +1100
committerEugen Rochko <eugen@zeonfederated.com>2018-10-08 00:20:45 +0200
commit2dba313100e2a5077df3ff4b00d12f9ed9f0bd72 (patch)
tree9af855e8d94c405ef575d146b552b436da03f1e7 /app/controllers/admin/settings_controller.rb
parent774ac473736cbf348827cf6d861e7fbbb72d7623 (diff)
Replace SVG asset with Custom mascot (#8766)
Diffstat (limited to 'app/controllers/admin/settings_controller.rb')
-rw-r--r--app/controllers/admin/settings_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/admin/settings_controller.rb b/app/controllers/admin/settings_controller.rb
index 7d38f76ae..d9f261489 100644
--- a/app/controllers/admin/settings_controller.rb
+++ b/app/controllers/admin/settings_controller.rb
@@ -19,6 +19,7 @@ module Admin
       theme
       thumbnail
       hero
+      mascot
       min_invite_role
       activity_api_enabled
       peers_api_enabled
@@ -41,6 +42,7 @@ module Admin
     UPLOAD_SETTINGS = %w(
       thumbnail
       hero
+      mascot
     ).freeze
 
     def edit