impersonate misskey in nodeinfo

This commit is contained in:
jaina heartles 2024-09-23 18:57:03 -04:00
parent eb05c2e619
commit 1989bdea87
2 changed files with 9 additions and 4 deletions

View file

@ -76,8 +76,10 @@ export class NodeinfoServerService {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const document: any = {
software: {
name: 'egirlskey',
version: this.config.version,
//name: 'egirlskey',
//version: this.config.version,
name: 'misskey', // impersonate misskey to maintain compatibility with client apps
version: `2024.8.0+egirlskey.${this.config.version}`,
homepage: nodeinfo_homepage,
repository: meta.repositoryUrl,
},