mirror of
https://github.com/writeas/writefreely
synced 2025-01-05 20:47:30 +01:00
Set PublicReader value in nodeinfo
This commit is contained in:
parent
261a6fefd6
commit
88e7cea28b
@ -48,7 +48,8 @@ func nodeInfoConfig(db *datastore, cfg *config.Config) *nodeinfo.Config {
|
||||
GitHub: "https://github.com/writeas/writefreely",
|
||||
Follow: "https://writing.exchange/@write_as",
|
||||
},
|
||||
MaxBlogs: cfg.App.MaxBlogs,
|
||||
MaxBlogs: cfg.App.MaxBlogs,
|
||||
PublicReader: cfg.App.LocalTimeline,
|
||||
},
|
||||
Protocols: []nodeinfo.NodeProtocol{
|
||||
nodeinfo.ProtocolActivityPub,
|
||||
|
Loading…
Reference in New Issue
Block a user