ssbc / ssb-meta-feeds

10 stars 0 forks source link

Make sure FeedDetails.update also updates parent #118

Closed arj03 closed 1 year ago

arj03 commented 1 year ago

Not sure if the real problem is that messages come in out of order, but at least wanted to flag that this function should update parent in any case to be safe.

See this one for details: https://github.com/ssbc/ssb-meta-feeds/issues/117

arj03 commented 1 year ago

It seems to work without this change (see https://github.com/ssbc/ssb-tribes2/pull/60). That is probably because now the order is correct. Should we close this @staltz or what do you think?