Merge pull request #1050 from writefreely/nodeinfo-handle

Fix `follow` handle in nodeinfo
pull/1060/head
Matt Baer 2 months ago committed by GitHub
commit 401f70c7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      nodeinfo.go

@ -46,7 +46,7 @@ func nodeInfoConfig(db *datastore, cfg *config.Config) *nodeinfo.Config {
Software: nodeinfo.SoftwareMeta{
HomePage: softwareURL,
GitHub: "https://github.com/writefreely/writefreely",
Follow: "https://writing.exchange/@write_as",
Follow: "https://writing.exchange/@writefreely",
},
MaxBlogs: cfg.App.MaxBlogs,
PublicReader: cfg.App.LocalTimeline,

Loading…
Cancel
Save