Skip to content
Snippets Groups Projects
Commit 993e68a7 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix hashtags not being federated on mentions (fixes #6900) (#7406)

parent 6208ea5a
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ class PostStatusService < BaseService
application: options[:application])
end
process_mentions_service.call(status)
process_hashtags_service.call(status)
process_mentions_service.call(status)
LinkCrawlWorker.perform_async(status.id) unless status.spoiler_text?
DistributionWorker.perform_async(status.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment