Change: サークルの送り先アカウント指定方法をaccount_username
(Fedibirdと同様)に変更 (#283)
* Change: サークルの送り先アカウント指定方法を`account_username`(Fedibirdと同様)に変更 * Test: テストを追加 * Maybe Fix: Fedibirdで自分限定と認識される問題
This commit is contained in:
parent
7742f440fa
commit
0f01a71dcc
4 changed files with 49 additions and 6 deletions
|
@ -25,6 +25,12 @@ class StatusReachFinder
|
|||
(reached_account_inboxes_for_friend + followers_inboxes_for_friend + friend_inboxes).uniq
|
||||
end
|
||||
|
||||
def inboxes_for_limited
|
||||
DeliveryFailureTracker.without_unavailable(
|
||||
@status.mentioned_accounts.where.not(domain: nil).pluck(:inbox_url).compact.uniq
|
||||
)
|
||||
end
|
||||
|
||||
def all_inboxes
|
||||
(inboxes + inboxes_for_misskey + inboxes_for_friend).uniq
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue