ifstatus.reply?&&!status.in_reply_to_account_id.nil?# Filter out if it's a reply
should_filter=!Follow.where(account_id:receiver_id,target_account_id:status.in_reply_to_account_id).exists?# and I'm not following the person it's a reply to
should_filter&&=receiver_id!=status.in_reply_to_account_id# and it's not a reply to me
should_filter&&=status.account_id!=status.in_reply_to_account_id# and it's not a self-reply
ifstatus.reply?&&!status.in_reply_to_account_id.nil?# Filter out if it's a reply
should_filter=!Follow.where(account_id:receiver_id,target_account_id:status.in_reply_to_account_id).exists?# and I'm not following the person it's a reply to
should_filter&&=receiver_id!=status.in_reply_to_account_id# and it's not a reply to me
should_filter&&=status.account_id!=status.in_reply_to_account_id# and it's not a self-reply
returnshould_filter
elsifstatus.reblog?# Filter out a reblog
src_id=status.account_id
should_filter=Follow.where(account_id:receiver_id,target_account_id:src_id,show_reblogs:false).exists?# if the reblogger's reblogs are suppressed
should_filter||=Block.where(account_id:status.reblog.account_id,target_account_id:receiver_id).exists?# or if the author of the reblogged status is blocking me
should_filter||=AccountDomainBlock.where(account_id:receiver_id,domain:status.reblog.account.domain).exists?# or the author's domain is blocked
elsifstatus.reblog?# Filter out a reblog
should_filter=Follow.where(account_id:receiver_id,target_account_id:status.account_id,show_reblogs:false).exists?# if the reblogger's reblogs are suppressed
should_filter||=Block.where(account_id:status.reblog.account_id,target_account_id:receiver_id).exists?# or if the author of the reblogged status is blocking me
should_filter||=AccountDomainBlock.where(account_id:receiver_id,domain:status.reblog.account.domain).exists?# or the author's domain is blocked
prompt:Wygeneruj odnośniki i udostępnij je innym, aby pozwolić na rejestrację na instancji
table:
expires_at:Wygaśnie po
uses:Użycia
title:Zaproś użytkowników
landing_strip_html:"<strong>%{name}</strong> ma konto na %{link_to_root_path}. Możesz je śledzić i wejść z nim w interakcję jeśli masz konto gdziekolwiek w Fediwersum."
landing_strip_signup_html:Jeśli jeszcze go nie masz, możesz <a href="%{sign_up_path}">stworzyć konto</a>.
media_attachments:
validations:
images_and_video:Nie możesz załączyć pliku wideo do wpisu, który zawiera już zdjęcia