update TODOs
This commit is contained in:
parent
f539fc3316
commit
704f747421
|
@ -130,13 +130,13 @@ function initConductor(peer, config) {
|
|||
|
||||
const [myRules, theirRules] = rules
|
||||
|
||||
// TODO: Figure out goals for each tangle, and sizes according to maxLogBytes
|
||||
// TODO: If goals are too big for maxBytes budget, scale down goals
|
||||
// TODO: Figure out ghost spans for dicts and sets
|
||||
|
||||
setupAccountGoals(myID, myRules)
|
||||
|
||||
// TODO: watch the set for live updates, on add, syncAccount()
|
||||
// TODO: watch the set for live updates, on remove, forgetAccount()
|
||||
// TODO: watch the set for live updates, on add, setupAccountGoals()
|
||||
// TODO: watch the set for live updates, on remove, teardownAccountGoals()
|
||||
const followedAccounts = peer.set.values('follow')
|
||||
for (const theirID of followedAccounts) {
|
||||
setupAccountGoals(theirID, theirRules)
|
||||
|
|
Loading…
Reference in New Issue