mirror of
https://github.com/writeas/writefreely
synced 2025-01-21 02:46:04 +01:00
Add RSS to outbound service nodeinfo
This commit is contained in:
parent
be31da2fe7
commit
d6f23b54e3
@ -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 New Issue
Block a user