Skip to content

Commit

Permalink
add connected boolean to check if the user is connected to the scene …
Browse files Browse the repository at this point in the history
…room
  • Loading branch information
gonpombo8 committed Sep 12, 2024
1 parent a0c6d86 commit 7a8fea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/realm_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ message PBRealmInfo {
string comms_adapter = 4;
bool is_preview = 5;
optional string room = 6;
optional bool is_connected_scene_room = 7;
}

0 comments on commit 7a8fea5

Please sign in to comment.