mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: add short_description to instanceV2Controller
This commit is contained in:
parent
840cacd561
commit
115641b3c2
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ const instanceV2Controller: AppController = async (c) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
screenshots: meta.screenshots,
|
screenshots: meta.screenshots,
|
||||||
|
short_description: meta.tagline,
|
||||||
languages: [
|
languages: [
|
||||||
'en',
|
'en',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue