1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 15:15:45 +02:00

Update room.vue

This commit is contained in:
syuilo
2026-05-03 16:19:12 +09:00
parent 39525c66c2
commit b16b158372

View File

@@ -244,6 +244,8 @@ const data = localStorage.getItem('roomData') != null ? JSON.parse(localStorage.
if (data.worldScale == null) {
data.worldScale = 1;
}
if (data.heya != null) {
data.env = data.heya;
delete data.heya;
}