Skip to content

Commit

Permalink
Set PublicReader value in nodeinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Jan 30, 2019
1 parent 261a6fe commit 88e7cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodeinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 88e7cea

Please sign in to comment.