current working version
This commit is contained in:
@ -16,7 +16,7 @@ ssbClient(keys, (err, sbot) => {
|
||||
const authors = new Set();
|
||||
|
||||
pull(
|
||||
sbot.createLogStream(),
|
||||
sbot.messagesByType("contact"),
|
||||
pull.drain((msg) => {
|
||||
authors.add(msg.value.author);
|
||||
}, (err) => {
|
||||
|
Reference in New Issue
Block a user