ssbc / ssb-blobs

blob gossiping ssb-subprotocol
MIT License
12 stars 11 forks source link

wanting blobs + ssb-db2 #45

Open nichoth opened 2 years ago

nichoth commented 2 years ago

When two peers connect, they request the blobs they "want" from each other.

But how does a peer know what it wants? I would think that this is defined somewhere during the replication of messages. But alas in my pub that uses db2, the blobs in replicated messages don't exist.

thanks