I was playing around with using ssb-ooo in http://github.com/evbogue/mvd and I discovered that ooo.get will make a network request for a message, even after it's been saved to .ssb/ooo/log.offset. Then ooo will save a duplicate message, even if it already has the message in the log.
It seems to me that it shouldn't be requesting the message from the network, if it already has it.
My idea for mvd is to start with lower initial hops, and then use votes to request and show ooo reblogs. This way initial sync will be faster, and discovery will be more fun because you'll find people by following and then exploring via reblogs.
I was playing around with using
ssb-oooin http://github.com/evbogue/mvd and I discovered thatooo.getwill make a network request for a message, even after it's been saved to.ssb/ooo/log.offset. Thenooowill save a duplicate message, even if it already has the message in the log.It seems to me that it shouldn't be requesting the message from the network, if it already has it.
My idea for
mvdis to start with lower initial hops, and then use votes to request and showoooreblogs. This way initial sync will be faster, and discovery will be more fun because you'll find people by following and then exploring via reblogs.