chore: return proper software name in nodeinfo

This commit is contained in:
Marie 2023-09-25 12:24:15 +02:00 committed by GitHub
parent f15b7fb250
commit 4c89e433ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ 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: 'misskey', name: 'sharkey',
version: this.config.version, version: this.config.version,
homepage: nodeinfo_homepage, homepage: nodeinfo_homepage,
repository: meta.repositoryUrl, repository: meta.repositoryUrl,