mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 12:23:21 +08:00
Use another link format to avoid representation issues
This commit is contained in:
parent
fd21e06389
commit
daeefc449c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user