check to new version
This commit is contained in:
parent
8a5a3c4c8e
commit
e10db5bdeb
5 changed files with 2 additions and 4 deletions
|
@ -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) }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
assets/500.html
|
|
@ -1 +0,0 @@
|
|||
assets/sw.js
|
Loading…
Reference in a new issue