mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user