mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 18:10:01 +08:00
add url as argument for link action external
This commit is contained in:
parent
7546611c14
commit
905364b5fe
@ -173,7 +173,7 @@ namespace osu.Game.Online.Chat
|
||||
}
|
||||
}
|
||||
|
||||
return new LinkDetails(LinkAction.External, null);
|
||||
return new LinkDetails(LinkAction.External, url);
|
||||
|
||||
case "osu":
|
||||
// every internal link also needs some kind of argument
|
||||
|
Loading…
x
Reference in New Issue
Block a user