Add feature to want() missing blobs

This commit is contained in:
Christian Bundy
2019-09-23 08:45:18 -07:00
parent 2c7b4ac130
commit b18fdab014
3 changed files with 9 additions and 2 deletions

View File

@ -12,8 +12,9 @@ const rawConnect = () => new Promise((resolve, reject) => {
manifest: {
about: { socialValue: 'async' },
backlinks: { read: 'source' },
blobs: { get: 'source' },
blobs: { get: 'source', want: 'async' },
createUserStream: 'source',
createHistoryStream: 'source',
get: 'sync',
messagesByType: 'source',
publish: 'async',