mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Use another link format to avoid representation issues
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
|
||||
private MessageFormatter.MessageFormatterResult createMessage()
|
||||
{
|
||||
string postLinkTemplate() => $"[{historyItem.Post.Url} {historyItem.Post.Title}]";
|
||||
string postLinkTemplate() => $"({historyItem.Post.Title})[{historyItem.Post.Url}]";
|
||||
string userLinkTemplate() => $"[{historyItem.Giver?.Url} {historyItem.Giver?.Username}]";
|
||||
|
||||
string message;
|
||||
|
Reference in New Issue
Block a user