Add relationship info to author pages

This commit is contained in:
Christian Bundy
2019-12-07 14:58:08 -08:00
parent 63e1dea1a2
commit 62bd34b553
6 changed files with 72 additions and 8 deletions

View File

@ -31,7 +31,11 @@ const rawConnect = () => new Promise((resolve, reject) => {
status: 'async',
whoami: 'sync',
tangle: { branch: 'async' },
query: { read: 'source' }
query: { read: 'source' },
friends: {
isFollowing: 'async',
isBlocking: 'async'
}
}
}, (err, api) => {
if (err) {