|
|
@ -41,6 +41,7 @@ class PostStatusService < BaseService |
|
|
|
DistributionWorker.perform_async(status.id) |
|
|
|
DistributionWorker.perform_async(status.id) |
|
|
|
|
|
|
|
|
|
|
|
status.local_only = status.marked_local_only? |
|
|
|
status.local_only = status.marked_local_only? |
|
|
|
|
|
|
|
status.save! |
|
|
|
|
|
|
|
|
|
|
|
unless status.local_only |
|
|
|
unless status.local_only |
|
|
|
Pubsubhubbub::DistributionWorker.perform_async(status.stream_entry.id) |
|
|
|
Pubsubhubbub::DistributionWorker.perform_async(status.stream_entry.id) |
|
|
|