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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user