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.
Showing
- app/lib/activitypub/activity.rb 1 addition, 1 deletionapp/lib/activitypub/activity.rb
- app/lib/activitypub/activity/announce.rb 1 addition, 1 deletionapp/lib/activitypub/activity/announce.rb
- app/lib/activitypub/activity/create.rb 1 addition, 1 deletionapp/lib/activitypub/activity/create.rb
- app/lib/ostatus/activity/creation.rb 2 additions, 2 deletionsapp/lib/ostatus/activity/creation.rb
- app/workers/activitypub/processing_worker.rb 1 addition, 1 deletionapp/workers/activitypub/processing_worker.rb
- app/workers/processing_worker.rb 1 addition, 1 deletionapp/workers/processing_worker.rb
Please register or sign in to comment