Commit 1c3ff8af7e971a4642a078aec191c4a869a2c163
expose openInvite and acceptInvite in the manifest
Dominic Tarr committed on 2/2/2019, 9:06:16 PMParent: b29af8335c5c26c13e96df1daa6fe98e504a254c
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -41,9 +41,11 @@ | ||
41 | 41 … | getInvite: 'async', |
42 | 42 … | confirm: 'async', |
43 | 43 … | create: 'async', |
44 | 44 … | willReplicate: 'async', |
45 | - getNearbyPubs: 'async' | |
45 … | + getNearbyPubs: 'async', | |
46 … | + openInvite: 'async', | |
47 … | + acceptInvite: 'async' | |
46 | 48 … | } |
47 | 49 … | |
48 | 50 … | exports.permissions = { |
49 | 51 … | anonymous: {allow: ['willReplicate']}, |
@@ -481,8 +483,4 @@ | ||
481 | 483 … | |
482 | 484 … | // I am not happy with how big this file is |
483 | 485 … | // but I can't see a really good line along which to break it up. |
484 | 486 … | |
485 | - | |
486 | - | |
487 | - | |
488 | - |
Built with git-ssb-web