ssbc / ssb-meta-feeds

10 stars 0 forks source link

add all feed details in the tree #108

Closed staltz closed 1 year ago

staltz commented 1 year ago

Context

Last PR in this repo for today.

I'm working on ssb-box2 and it calls getTree() to traverse the forest and match "mirrored feeds".

Problem

The tree data structure was missing all the details I needed, e.g. keys.

Solution

Add those fields.

1st :x: 2nd :heavy_check_mark: