git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 90dfad001a91b412a745a9cad0dccf4a3ef49dc2

Files: 90dfad001a91b412a745a9cad0dccf4a3ef49dc2 / plugins / friends.md

1830 bytesRaw

ssb-server friends plugin

Query the follow and flag graphs.

all: async

Fetch the graph structure.

all [graph]
all(graph, cb)

hops: async

List the degrees-of-connection of all known feeds from the given feed.

hops [start] [graph] [--dunbar number] [--hops number]
hops(start, graph, { dunbar:, hops: }, cb)

createFriendStream: source

Live-stream the ids of feeds which meet the given hops query. If meta
option is set, then will return steam of {id, hops}

createFriendStream [--start feedid] [--graph follow|flag] [--dunbar number] [--hops number] [--meta]
createFriendStream({ start:, graph:, dunbar:, hops: , meta: }, cb)

get: async

Get the edge between two different feeds.

get --source {feedid} --dest {feedid} [--graph follow|flag]
get({ source:, dest:, graph: }, cb)

Built with git-ssb-web