Change link format back

Due to unavaliability to handle round brackets
This commit is contained in:
Andrei Zavatski 2019-08-19 17:59:55 +03:00
parent daeefc449c
commit 6b8fbf0eb1

View File

@ -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;