git ssb

0+

Dominic / ssb-peer-invites



Commit 1c3ff8af7e971a4642a078aec191c4a869a2c163

expose openInvite and acceptInvite in the manifest

Dominic Tarr committed on 2/2/2019, 9:06:16 PM
Parent: b29af8335c5c26c13e96df1daa6fe98e504a254c

Files changed

index.jschanged
index.jsView
@@ -41,9 +41,11 @@
4141 getInvite: 'async',
4242 confirm: 'async',
4343 create: 'async',
4444 willReplicate: 'async',
45- getNearbyPubs: 'async'
45 + getNearbyPubs: 'async',
46 + openInvite: 'async',
47 + acceptInvite: 'async'
4648 }
4749
4850 exports.permissions = {
4951 anonymous: {allow: ['willReplicate']},
@@ -481,8 +483,4 @@
481483
482484 // I am not happy with how big this file is
483485 // but I can't see a really good line along which to break it up.
484486
485-
486-
487-
488-

Built with git-ssb-web