mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Use Roblox launch URI instead of website deeplink
This commit is contained in:
parent
cc22ee1591
commit
b44b62a185
@ -204,7 +204,8 @@ namespace Bloxstrap.Integrations
|
|||||||
buttons.Insert(0, new Button
|
buttons.Insert(0, new Button
|
||||||
{
|
{
|
||||||
Label = "Join",
|
Label = "Join",
|
||||||
Url = $"https://www.roblox.com/games/start?placeId={_activityPlaceId}&gameInstanceId={_activityJobId}&launchData=%7B%7D"
|
//Url = $"https://www.roblox.com/games/start?placeId={_activityPlaceId}&gameInstanceId={_activityJobId}&launchData=%7B%7D"
|
||||||
|
Url = $"roblox://experiences/start?placeId={_activityPlaceId}&gameInstanceId={_activityJobId}"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user