git ssb

2+

cel / scuttlebot.io



Tree: 55fa9f19815af5b0cf3144df0d5bc787bd4de820

Files: 55fa9f19815af5b0cf3144df0d5bc787bd4de820 / tmpl / apis / scuttlebot / block.md

386 bytesRaw

scuttlebot block plugin

Disallow connections with people flagged by the local user, and avoid sending a feed to the users they've flag.

isBlocked: sync

Is the target user blocked?

isBlocked {dest}
isBlocked --source {feedid} --dest {feedid}
isBlocked(dest, cb)
isBlocked({ source:, dest: }, cb)

If source is not specified, defaults to the local user.

Built with git-ssb-web