mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Better version format
This commit is contained in:
parent
1f20e27692
commit
827fb6eb8d
@ -49,7 +49,7 @@ router.get('/v1/instance', async ctx => { // TODO: This is a temporary implement
|
||||
title: meta.name || 'Misskey',
|
||||
description: meta.description || '',
|
||||
email: meta.maintainer.email,
|
||||
version: `0.0.0:compatible:misskey:${pkg.version}`, // TODO: How to tell about that this is an api for compatibility?
|
||||
version: `0.0.0 (compatible; Misskey)`, // TODO: commit hash
|
||||
thumbnail: meta.bannerUrl,
|
||||
/*
|
||||
urls: {
|
||||
|
Loading…
Reference in New Issue
Block a user