researchstudio-sat / webofneeds

Finding people to cooperate with. Protocol, not platform. Decentralized. Linked Data. Open Source.
http://researchstudio-sat.github.io/webofneeds/
Apache License 2.0
62 stars 20 forks source link

Improve deletion handling in matcher #3391

Closed fkleedorfer closed 3 years ago

fkleedorfer commented 3 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Deletion still isn't done properly in the matcher's rdf store

What is the new behavior?

Atoms are deleted from the matcher's rdf store in response to a 410 response encountered during crawling, rematching or when a delete message is received via push.

Does this introduce a breaking change?