Removing external hub completely, fix #333 fixing digit-only hashtags,
removing web app capability from non-webapp pages
This commit is contained in:
parent
c4ffffbeed
commit
6de079a5af
14 changed files with 2 additions and 32 deletions
|
@ -8,7 +8,6 @@ class FavouriteService < BaseService
|
|||
def call(account, status)
|
||||
favourite = Favourite.create!(account: account, status: status)
|
||||
|
||||
HubPingWorker.perform_async(account.id)
|
||||
Pubsubhubbub::DistributionWorker.perform_async(favourite.stream_entry.id)
|
||||
|
||||
if status.local?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue