mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 01:23:24 +08: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()
|
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 userLinkTemplate() => $"[{historyItem.Giver?.Url} {historyItem.Giver?.Username}]";
|
||||||
|
|
||||||
string message;
|
string message;
|
||||||
|
Loading…
Reference in New Issue
Block a user