update TODOs

This commit is contained in:
Andre Staltz 2023-12-19 14:49:34 +02:00
parent f539fc3316
commit 704f747421
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 3 additions and 3 deletions

View File

@ -130,13 +130,13 @@ function initConductor(peer, config) {
const [myRules, theirRules] = rules 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 // TODO: Figure out ghost spans for dicts and sets
setupAccountGoals(myID, myRules) setupAccountGoals(myID, myRules)
// TODO: watch the set for live updates, on add, syncAccount() // TODO: watch the set for live updates, on add, setupAccountGoals()
// TODO: watch the set for live updates, on remove, forgetAccount() // TODO: watch the set for live updates, on remove, teardownAccountGoals()
const followedAccounts = peer.set.values('follow') const followedAccounts = peer.set.values('follow')
for (const theirID of followedAccounts) { for (const theirID of followedAccounts) {
setupAccountGoals(theirID, theirRules) setupAccountGoals(theirID, theirRules)