Mastodon 4.2.0で追加された、管理者向けの通知の元データのURL https://api.joinmastodon.org/update-check 4.2.0 が urgent: true になってるの違和感あるな…。
config/navigation.rb の7行目に
n.item :software_updates, safe_join([fa_icon('exclamation-circle fw'), t('admin.critical_update_pending')]), admin_software_updates_path, if: -> { ENV['UPDATE_CHECK_URL'] != '' && current_user.can?(:view_devops) && SoftwareUpdate.urgent_pending? }, html: { class: 'warning' }
とあって環境変数を直接参照してるのに、
app/services/software_update_check_service.rb の30行目では
ENV.fetch('UPDATE_CHECK_URL', 'https://api.joinmastodon.org/update-check')
とデフォルトの値を設定してるのはちょっとまずそうわね。
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.