ssb-browser-core icon indicating copy to clipboard operation
ssb-browser-core copied to clipboard

method:partialReplication,getFeed is not in list of allowed methods

Open KyleMaas opened this issue 4 years ago • 3 comments

From @arj03 at %QNJE6OcJ7X171if0mgeT04p4qimGj8z3qbqRAnHWhtU=.sha256:

The method:partialReplication,getFeed is because partial replication only works between nodes that support it. Meaning only my pub right now and then other browser demo clients. In about 2 months we’ll be start on a proper implementation of partial replication that will also work in the go ssb server and other clients like manyverse.

I haven't looked at the replication code, but will ssb-browser-core work with partial replication disabled so we can maintain compatibility with older clients?

KyleMaas avatar Feb 07 '21 12:02 KyleMaas

Thinking if we could catch this error and fall back we could make this work, if that's supported.

KyleMaas avatar Feb 07 '21 12:02 KyleMaas

I'm assuming vanilla would fix this, correct?

KyleMaas avatar Nov 08 '21 21:11 KyleMaas

Yes :)

arj03 avatar Nov 09 '21 09:11 arj03