mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-14 09:49:45 +00:00
Cleanup legacy config path component.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -56,17 +56,16 @@ pub async fn acquire_pubkeys<'a, S, K>(&self, batch: S)
|
||||
{
|
||||
let notary_only = self
|
||||
.services
|
||||
.server
|
||||
.config
|
||||
.only_query_trusted_key_servers;
|
||||
|
||||
let notary_first_always = self
|
||||
.services
|
||||
.server
|
||||
.config
|
||||
.query_trusted_key_servers_first;
|
||||
|
||||
let notary_first_on_join = self
|
||||
.services
|
||||
.server
|
||||
.config
|
||||
.query_trusted_key_servers_first_on_join;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user