diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-01-20 13:40:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-20 13:40:41 +0900 |
| commit | 11689e6d189c0f8d194fed8b8b7a008a78ef25fb (patch) | |
| tree | 7ad3a9994adfc204ced2061c85207032c75e9525 /src/server/api | |
| parent | Merge pull request #3924 from syuilo/l10n_develop (diff) | |
| download | sharkey-11689e6d189c0f8d194fed8b8b7a008a78ef25fb.tar.gz sharkey-11689e6d189c0f8d194fed8b8b7a008a78ef25fb.tar.bz2 sharkey-11689e6d189c0f8d194fed8b8b7a008a78ef25fb.zip | |
Better version format
Diffstat (limited to 'src/server/api')
| -rw-r--r-- | src/server/api/mastodon/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/mastodon/index.ts b/src/server/api/mastodon/index.ts index bdd1fdf0f1..e14256be0f 100644 --- a/src/server/api/mastodon/index.ts +++ b/src/server/api/mastodon/index.ts @@ -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: { |