mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 09:33:11 +00:00
Add RSS to outbound service nodeinfo
This commit is contained in:
parent
be31da2fe7
commit
d6f23b54e3
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue