* Change: #375 投稿を編集して拡張ドメインブロックの条件にひっかかる状態になった場合、対象サーバーには投稿削除のActivityを送信する * Fix test * Add test
This commit is contained in:
parent
e4375143ca
commit
fcd13a6474
8 changed files with 146 additions and 12 deletions
|
@ -6,7 +6,7 @@ module Status::DomainBlockConcern
|
|||
def sending_sensitive?
|
||||
return false unless local?
|
||||
|
||||
(with_media? && sensitive) || spoiler_text?
|
||||
sensitive
|
||||
end
|
||||
|
||||
def sending_maybe_compromised_privacy?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue