mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: set thumbnail in
This commit is contained in:
parent
339b13c084
commit
f0be2a1c02
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ export const updateInstanceController: AppController = async (c) => {
|
|||
meta.name = title ?? meta.name;
|
||||
meta.about = description ?? meta.about;
|
||||
meta.screenshots = screenshots ?? meta.screenshots;
|
||||
meta.thumbnail = thumbnail ?? meta.thumbnail;
|
||||
meta.picture = thumbnail?.url ?? meta.picture;
|
||||
|
||||
return {
|
||||
kind: 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue