Add delay on federation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2024-07-29 11:16:51 +02:00
commit 25e5362d01
4 changed files with 65 additions and 15 deletions

View file

@ -7,7 +7,8 @@ import (
)
type FederationSettings struct {
URL string `json:"url"`
URL string `json:"url"`
Delay uint `json:"delay"`
}
// Settings represents the settings panel.