staltz / ssb-room

A server to find and connect to other SSB peers – a meeting place. AGPL-3.0
GNU Affero General Public License v3.0
109 stars 17 forks source link

Idea: stub muxrpc APIs for replication to silence error #4

Closed staltz closed 4 years ago

staltz commented 4 years ago

Peers connecting to rooms might not know it's a room, and then attempt to call ssb-replicate / ssb-ebt muxrpc APIs such as replicate.request. Currently we don't have those, so the peer experiences an error or a warning. We could, though, provide that muxrpc API which always answer boring empty data, to avoid the error.

staltz commented 4 years ago

Done in v1.1.0