Skip to content
Snippets Groups Projects
Unverified Commit d5fa4fbc authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Revert "Do not override timestamps for incoming toots" (#7330)

* Revert "Weblate translations 20180503 (#7325)"

This reverts commit dfa6bccb.

* Revert "Prevent timeline from moving when cursor is hovering over it (fixes #7278) (#7327)"

This reverts commit 58852695.

* Revert "Add pry-byebug (#7307)"

This reverts commit ab773e4d.

* Revert "Do not override timestamps for incoming toots (#7326)"

This reverts commit bd367918.
parent dfa6bccb
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ class ActivityPub::ProcessingWorker
sidekiq_options backtrace: true
def perform(account_id, body)
ActivityPub::ProcessCollectionService.new.call(body, Account.find(account_id))
ActivityPub::ProcessCollectionService.new.call(body, Account.find(account_id), override_timestamps: true)
end
end
......@@ -6,6 +6,6 @@ class ProcessingWorker
sidekiq_options backtrace: true
def perform(account_id, body)
ProcessFeedService.new.call(body, Account.find(account_id))
ProcessFeedService.new.call(body, Account.find(account_id), override_timestamps: true)
end
end
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