Compute instance in pusher /map endpoint
This commit is contained in:
committed by
David Négrier
parent
03909f14f7
commit
0f08e3d1b5
@@ -130,6 +130,7 @@ export class Room {
|
||||
this._canReport = data.canReport ?? false;
|
||||
this._loadingLogo = data.loadingLogo ?? undefined;
|
||||
this._loginSceneLogo = data.loginSceneLogo ?? undefined;
|
||||
this.instance = data.instance;
|
||||
return new MapDetail(data.mapUrl);
|
||||
} else {
|
||||
console.log(data);
|
||||
|
||||
Reference in New Issue
Block a user