From 2a44c68c0cb6dc838fac48d0e1fcd770f3205343 Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Fri, 9 Jan 2026 14:33:57 +0900 Subject: [PATCH 1/2] Reorder gravatar_default_setting_options to match Gravatar's developer docs --- app/helpers/settings_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 85eac4a37..19a986718 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -239,12 +239,12 @@ module SettingsHelper end def gravatar_default_setting_options - [['Identicons', 'identicon'], - ['Monster ids', 'monsterid'], + [['Initials', 'initials'], ['Mystery man', 'mm'], - ['Retro', 'retro'], - ['Robohash', 'robohash'], + ['Identicons', 'identicon'], + ['Monster ids', 'monsterid'], ['Wavatars', 'wavatar'], - ['Initials', 'initials']] + ['Retro', 'retro'], + ['Robohash', 'robohash']] end end -- 2.50.1