mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] wrong nodeinfo version (tobi is a boob) (#3735)
This commit is contained in:
@@ -131,7 +131,7 @@ func (p *Processor) NodeInfoGet(ctx context.Context, schemaVersion string) (*api
|
||||
Metadata: nodeInfoMetadata,
|
||||
}
|
||||
|
||||
if schemaVersion == "2.0" {
|
||||
if schemaVersion == "2.1" {
|
||||
nodeInfo.Software.Repository = nodeInfoRepo
|
||||
nodeInfo.Software.Homepage = nodeInfoHomepage
|
||||
}
|
||||
|
Reference in New Issue
Block a user