impersonate misskey in nodeinfo
This commit is contained in:
parent
eb05c2e619
commit
1989bdea87
2 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
||||||
## 2024.9.0
|
## 2024.9.1 (eGirlskey)
|
||||||
|
- Impersonate `misskey` upstream in nodeinfo to fix issues with client apps
|
||||||
|
|
||||||
|
## 2024.9.0 (eGirlskey)
|
||||||
- First official eGirlskey release not a part of Sharkey
|
- First official eGirlskey release not a part of Sharkey
|
||||||
- Based on Sharkey 2024.8.1, which is based on Misskey 2024.8.0.
|
- Based on Sharkey 2024.8.1, which is based on Misskey 2024.8.0. See [sharkey patch notes](https://activitypub.software/TransFem-org/Sharkey/-/releases/2024.8.1) for more information
|
||||||
|
|
||||||
## 2024.8.0
|
## 2024.8.0
|
||||||
|
|
||||||
|
|
|
@ -76,8 +76,10 @@ export class NodeinfoServerService {
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
const document: any = {
|
const document: any = {
|
||||||
software: {
|
software: {
|
||||||
name: 'egirlskey',
|
//name: 'egirlskey',
|
||||||
version: this.config.version,
|
//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,
|
homepage: nodeinfo_homepage,
|
||||||
repository: meta.repositoryUrl,
|
repository: meta.repositoryUrl,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue