Add RSS to outbound service nodeinfo

pull/24/head
Matt Baer 6 years ago
parent be31da2fe7
commit d6f23b54e3
  1. 6
      nodeinfo.go

@ -32,8 +32,10 @@ func nodeInfoConfig(cfg *config.Config) *nodeinfo.Config {
nodeinfo.ProtocolActivityPub,
},
Services: nodeinfo.Services{
Inbound: []nodeinfo.NodeService{},
Outbound: []nodeinfo.NodeService{},
Inbound: []nodeinfo.NodeService{},
Outbound: []nodeinfo.NodeService{
nodeinfo.ServiceRSS,
},
},
Software: nodeinfo.SoftwareInfo{
Name: strings.ToLower(serverSoftware),

Loading…
Cancel
Save