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

Fix onStart callback is missing for server() #16

Closed ghost closed 3 years ago

ghost commented 3 years ago

Add startedCB callback to server() so that ssb-server's "multiserver:listening" event can be correctly emitted. (To fix #15)

staltz commented 3 years ago

Thank you! Looks correct