1
0
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:
Andrei Zavatski 2019-08-19 17:49:53 +03:00
parent fd21e06389
commit daeefc449c

View File

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