Merge pull request #1050 from writefreely/nodeinfo-handle
Fix `follow` handle in nodeinfo
This commit is contained in:
commit
401f70c7ee
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func nodeInfoConfig(db *datastore, cfg *config.Config) *nodeinfo.Config {
|
||||||
Software: nodeinfo.SoftwareMeta{
|
Software: nodeinfo.SoftwareMeta{
|
||||||
HomePage: softwareURL,
|
HomePage: softwareURL,
|
||||||
GitHub: "https://github.com/writefreely/writefreely",
|
GitHub: "https://github.com/writefreely/writefreely",
|
||||||
Follow: "https://writing.exchange/@write_as",
|
Follow: "https://writing.exchange/@writefreely",
|
||||||
},
|
},
|
||||||
MaxBlogs: cfg.App.MaxBlogs,
|
MaxBlogs: cfg.App.MaxBlogs,
|
||||||
PublicReader: cfg.App.LocalTimeline,
|
PublicReader: cfg.App.LocalTimeline,
|
||||||
|
|
Loading…
Add table
Reference in a new issue