jitdb icon indicating copy to clipboard operation
jitdb copied to clipboard

Document live() operator

Open Powersource opened this issue 3 years ago • 0 comments

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()
          ),

Powersource avatar Jan 23 '23 11:01 Powersource