mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Handle links correctly and don't re-open profile if the user is same.
This commit is contained in:
@ -210,13 +210,13 @@ namespace osu.Game.Online.Chat
|
||||
return inputMessage;
|
||||
}
|
||||
|
||||
public static List<Link> GetLinks(string text)
|
||||
public static MessageFormatterResult FormatText(string text)
|
||||
{
|
||||
var result = format(text);
|
||||
|
||||
result.Links.Sort();
|
||||
|
||||
return result.Links;
|
||||
return result;
|
||||
}
|
||||
|
||||
public class MessageFormatterResult
|
||||
|
Reference in New Issue
Block a user