Add RSS to outbound service nodeinfo
This commit is contained in:
@@ -32,8 +32,10 @@ func nodeInfoConfig(cfg *config.Config) *nodeinfo.Config {
|
|||||||
nodeinfo.ProtocolActivityPub,
|
nodeinfo.ProtocolActivityPub,
|
||||||
},
|
},
|
||||||
Services: nodeinfo.Services{
|
Services: nodeinfo.Services{
|
||||||
Inbound: []nodeinfo.NodeService{},
|
Inbound: []nodeinfo.NodeService{},
|
||||||
Outbound: []nodeinfo.NodeService{},
|
Outbound: []nodeinfo.NodeService{
|
||||||
|
nodeinfo.ServiceRSS,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Software: nodeinfo.SoftwareInfo{
|
Software: nodeinfo.SoftwareInfo{
|
||||||
Name: strings.ToLower(serverSoftware),
|
Name: strings.ToLower(serverSoftware),
|
||||||
|
Reference in New Issue
Block a user