スタンプ機能のリファクタリング、投稿の反応者へも配送 (#140)
This commit is contained in:
parent
9b1821d001
commit
d62a135806
3 changed files with 87 additions and 47 deletions
|
@ -25,6 +25,10 @@ class StatusReachFinder
|
|||
(reached_account_inboxes_for_friend + followers_inboxes_for_friend + friend_inboxes).uniq
|
||||
end
|
||||
|
||||
def all_inboxes
|
||||
(inboxes + inboxes_for_misskey + inboxes_for_friend).uniq
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def reached_account_inboxes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue