check to new version

This commit is contained in:
jops 2024-07-08 01:42:57 +02:00
parent 8a5a3c4c8e
commit e10db5bdeb
5 changed files with 2 additions and 4 deletions

View file

View file

@ -100,7 +100,7 @@ class Account < ApplicationRecord
scope :suspended, -> { where.not(suspended_at: nil) }
scope :sensitized, -> { where.not(sensitized_at: nil) }
scope :without_suspended, -> { where(suspended_at: nil) }
scope :with_autogestione, -> { where(domain: ['mastodon.bida.im','mastodon.cisti.org','nebbia.fail','sociale.network','puntarella.party','gancio.cisti.org','lapunta.org','stereodon.social',nil]) }
scope :with_autogestione, -> { where(domain: ['mastodon.bida.im','mastodon.cisti.org','nebbia.fail','sociale.network','puntarella.party','livellosegreto.it','gancio.cisti.org','lapunta.org','stereodon.social',nil]) }
scope :without_silenced, -> { where(silenced_at: nil) }
scope :without_instance_actor, -> { where.not(id: -99) }
scope :recent, -> { reorder(id: :desc) }

View file

@ -126,7 +126,7 @@
%p= t('admin.reports.comment_description_html', name: content_tag(:strong, site_hostname, class: 'username'))
- elsif @report.account.local?
%p= t('admin.reports.comment_description_html', name: content_tag(:strong, @report.account.username, class: 'username'))
- else
- else
%p= t('admin.reports.comment_description_html', name: t('admin.reports.remote_user_placeholder', instance: @report.account.domain))
.report-notes

View file

@ -1 +0,0 @@
assets/500.html

View file

@ -1 +0,0 @@
assets/sw.js