Fix too many forwards (#5854)
* Avoid sending explicit Undo->Announce when original deleted * Do not forward a reply back to the server that sent it * Deduplicate inboxes of rebloggers' followers for delete forwarding * Adjust test * Fix wrong class, bad SQL, wrong variable, outdated comment
Showing
- app/lib/activitypub/activity/create.rb 1 addition, 1 deletionapp/lib/activitypub/activity/create.rb
- app/lib/activitypub/activity/delete.rb 5 additions, 2 deletionsapp/lib/activitypub/activity/delete.rb
- app/models/account.rb 4 additions, 0 deletionsapp/models/account.rb
- app/services/remove_status_service.rb 9 additions, 3 deletionsapp/services/remove_status_service.rb
- app/workers/activitypub/raw_distribution_worker.rb 2 additions, 2 deletionsapp/workers/activitypub/raw_distribution_worker.rb
- spec/lib/activitypub/activity/delete_spec.rb 6 additions, 7 deletionsspec/lib/activitypub/activity/delete_spec.rb
Loading
Please register or sign in to comment