Remove refs to webmention
This commit is contained in:
@@ -23,12 +23,10 @@ import (
|
||||
"git.mills.io/prologic/spyda/internal/auth"
|
||||
"git.mills.io/prologic/spyda/internal/passwords"
|
||||
"git.mills.io/prologic/spyda/internal/session"
|
||||
"git.mills.io/prologic/spyda/internal/webmention"
|
||||
)
|
||||
|
||||
var (
|
||||
metrics *observe.Metrics
|
||||
webmentions *webmention.WebMention
|
||||
metrics *observe.Metrics
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -535,9 +533,6 @@ func NewServer(bind string, options ...Option) (*Server, error) {
|
||||
server.smtpService.Start()
|
||||
log.Info("started SMTP service")
|
||||
|
||||
server.setupWebMentions()
|
||||
log.Infof("started webmentions processor")
|
||||
|
||||
server.setupMetrics()
|
||||
log.Infof("serving metrics endpoint at %s/metrics", server.config.BaseURL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user