about summary refs log tree commit diff
path: root/app/controllers/settings/profiles_controller.rb
diff options
context:
space:
mode:
authorJenkins <jenkins@jenkins.ninjawedding.org>2018-05-17 11:17:21 +0000
committerJenkins <jenkins@jenkins.ninjawedding.org>2018-05-17 11:17:21 +0000
commit2636a23092306bdb07250add02d2851476d58bc2 (patch)
treed1c396ac03b7356e95c8da165f601a431ab05553 /app/controllers/settings/profiles_controller.rb
parent4bf43e6f3e93643d989a2872763b41505fab2206 (diff)
parent7293b9fc6190acd6d2a481c158c718a7a8299c73 (diff)
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Diffstat (limited to 'app/controllers/settings/profiles_controller.rb')
-rw-r--r--app/controllers/settings/profiles_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/settings/profiles_controller.rb b/app/controllers/settings/profiles_controller.rb
index f9b003dcd..918dbc6c6 100644
--- a/app/controllers/settings/profiles_controller.rb
+++ b/app/controllers/settings/profiles_controller.rb
@@ -17,6 +17,7 @@ class Settings::ProfilesController < Settings::BaseController
       ActivityPub::UpdateDistributionWorker.perform_async(@account.id)
       redirect_to settings_profile_path, notice: I18n.t('generic.changes_saved_msg')
     else
+      @account.build_fields
       render :show
     end
   end