Merge commit 'b628a98d323902cdcc08fb8d612887dff4dbcd89' into glitch-soc/merge-upstream

Conflicts:
- `app/models/user_settings.rb`:
  Upstream added a new user setting, directly next to a glitch-soc-only one.
  The upstream setting would actually replace the glitch-soc one but it is not
  fully implemented yet, so have them side by side now.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Ditto.
- `docker-compose.yml`:
  Conflict due to different registry names. Updated the version while keeping
  glitch-soc's registry.
This commit is contained in:
Claire
2025-07-08 17:27:19 +02:00
10 changed files with 42 additions and 32 deletions

View File

@@ -41,6 +41,7 @@ class UserSettings
setting :display_media, default: 'default', in: %w(default show_all hide_all)
setting :auto_play, default: false
setting :use_system_emoji_font, default: false
setting :emoji_style, default: 'auto', in: %w(auto native twemoji)
end
namespace :notification_emails do