1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 17:35:40 +02:00
This commit is contained in:
syuilo
2026-05-07 10:56:26 +09:00
parent 5cb9474494
commit 0c4b36e2d1
3 changed files with 2 additions and 0 deletions

View File

@@ -249,6 +249,8 @@ if (data.heya != null) {
delete data.heya;
}
data.env.type = 'japanese';
console.log('installedObjects:', data.installedObjects.length);
let latestData = deepClone(data);