Add reply-all feature for non-forky replies

This commit is contained in:
Christian Bundy
2019-09-26 17:19:18 -07:00
parent bccae0449a
commit c349a29601
13 changed files with 348 additions and 604 deletions

View File

@ -19,7 +19,8 @@ const rawConnect = () => new Promise((resolve, reject) => {
messagesByType: 'source',
publish: 'async',
status: 'async',
whoami: 'sync'
whoami: 'sync',
tangle: { branch: 'async' }
}
}, (err, api) => {
if (err) {