ssb-browser-core
                                
                                
                                
                                    ssb-browser-core copied to clipboard
                            
                            
                            
                        method:partialReplication,getFeed is not in list of allowed methods
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?
Thinking if we could catch this error and fall back we could make this work, if that's supported.
I'm assuming vanilla would fix this, correct?
Yes :)