Add about messages to profile view

This commit is contained in:
Christian Bundy
2019-10-07 18:53:21 -07:00
parent fc337054ce
commit fbeef1b9ec
6 changed files with 87 additions and 7 deletions

View File

@ -10,7 +10,10 @@ const server = flotilla({ ws: { http: false } })
const rawConnect = () => new Promise((resolve, reject) => {
ssbClient({
manifest: {
about: { socialValue: 'async' },
about: {
socialValue: 'async',
read: 'source'
},
backlinks: { read: 'source' },
blobs: { get: 'source', want: 'async' },
createUserStream: 'source',