{"sync":true}
is used in some ssb-server APIs when the pull-stream contains both "old" and "live" messages: the sync message means the "old" ones are done.
For example, this should give you your DB's latest two messages, followed by the sync object, and then new messages as they arrive:
sbotc createLogStream '{"limit":2,"reverse":true,"live":true}'
The README gives you instructions how to approach this.
Yeah, but the warning is after the example code. 🙈
But I think I did no harm, given you are still reading me. 😊
Show whole feed