From 9fe227b79ea15ffcde8bf175ff879f991d183eab Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Jun 2025 15:00:59 +0300 Subject: more on federation --- internal/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/run.go') diff --git a/internal/run.go b/internal/run.go index 6066bc7..91fe323 100644 --- a/internal/run.go +++ b/internal/run.go @@ -17,13 +17,13 @@ func Run(ctx context.Context, configFile string, renotify, force bool) { notifyError(conf, err) } - // TODO: Also read other state files? Merge them.. state, err := newState(conf) if err != nil { notifyError(conf, err) } state = runChecks(ctx, state, conf) + state = mergeFederated(ctx, state, conf) if err := state.persist(); err != nil { notifyError(conf, err) -- cgit v1.2.3