diff --git a/pkg/internal/services/fediverse.go b/pkg/internal/services/fediverse.go index ead48d4..5be61bd 100644 --- a/pkg/internal/services/fediverse.go +++ b/pkg/internal/services/fediverse.go @@ -20,7 +20,7 @@ type FediverseFriendConfig struct { ID string `json:"id"` URL string `json:"url"` Type string `json:"type"` - BatchSize int `json:"batch_size"` + BatchSize int `json:"batch_size" toml:"batch_size"` } var fediverseFriends []FediverseFriendConfig