mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Change link format back
Due to unavaliability to handle round brackets
This commit is contained in:
parent
daeefc449c
commit
6b8fbf0eb1
@ -54,7 +54,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
|
||||
private MessageFormatter.MessageFormatterResult createMessage()
|
||||
{
|
||||
string postLinkTemplate() => $"({historyItem.Post.Title})[{historyItem.Post.Url}]";
|
||||
string postLinkTemplate() => $"[{historyItem.Post.Url} {historyItem.Post.Title}]";
|
||||
string userLinkTemplate() => $"[{historyItem.Giver?.Url} {historyItem.Giver?.Username}]";
|
||||
|
||||
string message;
|
||||
|
Loading…
Reference in New Issue
Block a user