]> cat aescling's git repositories - mastodon.git/commit
Fixes/do not override timestamps (#7331)
authorThibG <thib@sitedethib.com>
Thu, 3 May 2018 11:33:08 +0000 (13:33 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 3 May 2018 11:33:08 +0000 (13:33 +0200)
commit581a5c9d29ef2a12f46b67a1097a9ad6df1c6953
tree5016948b9e295c703ff671baddaa8f78e29b5a80
parentd5fa4fbcd2649341f3f2809060c5a64e25ebfa81
Fixes/do not override timestamps (#7331)

* Do not override timestamps for incoming toots

* Remove every reference to override_timestamps

Statuses are now created with the announced publishing date
and are only pushed to timelines if that date is at most
6 hours earlier than the time at which it is processed.
app/lib/activitypub/activity.rb
app/lib/activitypub/activity/announce.rb
app/lib/activitypub/activity/create.rb
app/lib/ostatus/activity/creation.rb
app/workers/activitypub/processing_worker.rb
app/workers/processing_worker.rb