current working version

This commit is contained in:
2023-07-23 02:24:42 -04:00
parent cdaca6534e
commit 1799d4c55f
10 changed files with 369 additions and 89 deletions

View File

@ -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) => {