mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix(updateInstanceController): remove 'event' field from meta
This commit is contained in:
parent
ea24050a27
commit
af0211d65b
1 changed files with 1 additions and 0 deletions
|
|
@ -362,6 +362,7 @@ export const updateInstanceController: AppController = async (c) => {
|
|||
meta.about = description ?? meta.about;
|
||||
meta.screenshots = screenshot_ids ? screenshots : meta.screenshots;
|
||||
meta.picture = thumbnailUrl ?? meta.picture;
|
||||
delete meta.event;
|
||||
|
||||
return {
|
||||
kind: 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue