mirror of
https://github.com/writeas/writefreely
synced 2025-02-08 09:58:43 +01:00
Add RSS to outbound service nodeinfo
This commit is contained in:
parent
be31da2fe7
commit
d6f23b54e3
@ -33,7 +33,9 @@ func nodeInfoConfig(cfg *config.Config) *nodeinfo.Config {
|
|||||||
},
|
},
|
||||||
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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user