jitdb
jitdb copied to clipboard
Document live() operator
The readme mentions this live https://github.com/ssbc/jitdb#liveoperation-cb but that one doesn't seem to be the one we use in code sometimes like
ssb.db.query(
where(and(isDecrypted('box2'), type('group/add-member'))),
live({ old: true }),
toPullStream()
),