snapshot-labs / snapshot-sequencer

https://seq.snapshot.org
MIT License
25 stars 15 forks source link

fix: delete follows and subscriptions when deleting a space #401

Open wa0x6e opened 4 months ago

wa0x6e commented 4 months ago

When deleting a space, we should also delete all the related follows and subscriptions

ChaituVR commented 4 months ago

Why delete follows and subscriptions 🤔 we should never delete anything ideally.

wa0x6e commented 4 months ago

This is edge case, but if I follow a space, and it gets deleted, it will stay in my follows, and count toward my 25 spaces quota

ChaituVR commented 4 months ago

True that, agree. but lets ask @bonustrack if he agree

ChaituVR commented 4 months ago

or maybe we can ignore deleted spaces while checking for limit?