@@ -81,6 +81,6 @@ if (config.websocketPort !== config.httpPort) {
varwsSrv=newWebSocketServer(wsConfig);
Storage.create(config,function(store){
console.log('DB connected');
NetfluxSrv.run(store,wsSrv);
NetfluxSrv.run(store,wsSrv,config);
WebRTCSrv.run(wsSrv);
});
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.