git ssb

16+

Dominic / patchbay



Commit ebdb60f16908b53b7d9c7d11c3b5958bfb2b8f4d

Merge pull request #317 from ssbc/dominictarr-patch-1

fix device scope
Christian Bundy authored on 2/26/2019, 7:21:56 PM
GitHub committed on 2/26/2019, 7:21:56 PM
Parent: f12e5653f362c754991d914d72712b65709f59c0
Parent: b723003de61a19df07df90f2d00d8506eef71c0f

Files changed

config.jschanged
config.jsView
@@ -32,9 +32,9 @@
3232 return merge(
3333 config,
3434 {
3535 connections: {
36- incoming: { unix: [{ scope: 'local', transform: 'noauth', server: true }] }
36 + incoming: { unix: [{ scope: 'device', transform: 'noauth', server: true }] }
3737 },
3838 remote: `unix:${Path.join(config.path, 'socket')}:~noauth:${pubkey}` // overwrites
3939 }
4040 )

Built with git-ssb-web