mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(api): ✨ Change spoofed Mastodon build to Glitch-Soc from vanilla mastodon
This commit is contained in:
parent
7976e4b810
commit
1f44405ac3
|
|
@ -114,7 +114,7 @@ export default apiRoute(async (req, matchedRoute, extraData) => {
|
||||||
urls: {
|
urls: {
|
||||||
streaming_api: "",
|
streaming_api: "",
|
||||||
},
|
},
|
||||||
version: "4.3.0",
|
version: "4.3.0-alpha.3+glitch",
|
||||||
pleroma: {
|
pleroma: {
|
||||||
metadata: {
|
metadata: {
|
||||||
account_activation_required: false,
|
account_activation_required: false,
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ export default apiRoute(async (req, matchedRoute, extraData) => {
|
||||||
return jsonResponse({
|
return jsonResponse({
|
||||||
domain: new URL(config.http.base_url).hostname,
|
domain: new URL(config.http.base_url).hostname,
|
||||||
title: config.instance.name,
|
title: config.instance.name,
|
||||||
version: "4.3.0",
|
version: "4.3.0-alpha.3+glitch",
|
||||||
source_url: "https://github.com/lysand-org/lysand",
|
source_url: "https://github.com/lysand-org/lysand",
|
||||||
description: config.instance.description,
|
description: config.instance.description,
|
||||||
usage: {
|
usage: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue