Replace calls to FeedManager#inline_render and #broadcast
This commit is contained in:
parent
d755ce96da
commit
5b95be1c42
6 changed files with 26 additions and 20 deletions
|
@ -34,7 +34,7 @@ class FeedManager
|
|||
trim(timeline_type, account.id)
|
||||
end
|
||||
|
||||
PushUpdateWorker.perform_async(timeline_type, account.id, status.id)
|
||||
PushUpdateWorker.perform_async(account.id, status.id)
|
||||
end
|
||||
|
||||
def trim(type, account_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue