Add relationship info to author pages
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user