impersonate misskey in nodeinfo
This commit is contained in:
parent
eb05c2e619
commit
1989bdea87
2 changed files with 9 additions and 4 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue