Start messing around with federation

This commit is contained in:
tsmethurst
2021-04-24 11:19:18 +02:00
parent b0819c1a63
commit 1c3ad47f52
10 changed files with 245 additions and 83 deletions

View File

@ -95,7 +95,7 @@ func newPostgresService(ctx context.Context, c *config.Config, log *logrus.Entry
cancel: cancel,
}
federatingDB := newFederatingDB(ps, c)
federatingDB := newFederatingDB(ps, c, log)
ps.federationDB = federatingDB
// we can confidently return this useable postgres service now