Fix delivery limited posts

This commit is contained in:
KMY 2023-09-11 16:52:23 +09:00
parent b225cc1bdb
commit 6371fa6b9c
3 changed files with 4 additions and 2 deletions

View file

@ -57,6 +57,7 @@ class FanOutOnWriteService < BaseService
when :limited
deliver_to_lists_mentioned_accounts_only!
deliver_to_antennas! unless @account.dissubscribable
deliver_to_stl_antennas!
deliver_to_mentioned_followers!
else
deliver_to_mentioned_followers!