-
- Downloads
Make avatar and headers respect `auto_play_gif` (#9515)
* Do not animate account header art if user's GIF autoplay setting is off Fixes #9472 * Honour currently logged-in user's GIF autoplay setting for account avatars Fixes #9467 * Fix avatar display on some public pages when data is stored on a different host * Use ternary operator instead of if/else for avatar/header URL
Showing
- app/helpers/home_helper.rb 1 addition, 1 deletionapp/helpers/home_helper.rb
- app/javascript/mastodon/features/account/components/header.js 1 addition, 1 deletion...javascript/mastodon/features/account/components/header.js
- app/views/accounts/_header.html.haml 2 additions, 5 deletionsapp/views/accounts/_header.html.haml
Please register or sign in to comment