wire up trigger to restart sync for ACL spider

This commit is contained in:
2025-09-07 20:24:04 +01:00
parent 5a068378fa
commit 2491fd2738
7 changed files with 46 additions and 3 deletions

View File

@@ -27,5 +27,9 @@ type I interface {
// explain briefly how it works, and then a long text of documentation of
// the ACL's rules and configuration (in asciidoc or markdown).
GetACLInfo() (name, description, documentation string)
// Syncer is a worker thread that does things in the background like syncing
// with other relays on admin relay lists using subscriptions for all events
// that arrive elsewhere relevant to the ACL scheme.
Syncer()
typer.T
}