arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

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

Open KyleMaas opened 3 years ago

KyleMaas commented 3 years ago

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 commented 3 years ago

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

KyleMaas commented 2 years ago

I'm assuming vanilla would fix this, correct?

arj03 commented 2 years ago

Yes :)