@@ -1,7 +1,11 @@
package main
import (
"time"
)
// Config ...
type Config struct {
expiry int
expiry time.Duration
fqdn string
}
The note is not visible to the blocked user.