ssbc / go-ssb

Go implementation of ssb (work in progress!)
https://scuttlebutt.nz
165 stars 23 forks source link

Command to check for duplicate messages #201

Open decentral1se opened 1 year ago

decentral1se commented 1 year ago

https://github.com/planetary-social/planetary-ios/issues/957

@mplorentz Any further details for go-ssb specifics?

mplorentz commented 1 year ago

Hey @decentral1se . I don't have a lot of other details. I'm not sure how common this issue might be, or if it's only present on the Planetary fork of go-ssb or not. It would probably be easy enough to write some code to check for this condition at least. you just need to scan a feed and look for posts with duplicate signatures. I am happy to provide a copy of my database to you directly if you want.

decentral1se commented 1 year ago

you just need to scan a feed and look for posts with duplicate signatures.

Great idea, thanks! I will leave this open to take care of that and let's see if I / others can reproduce this in the future.

decentral1se commented 1 year ago

https://github.com/planetary-social/planetary-ios/issues/957#issue-1444434313 has more info and it seems like quite a bad bug.