This commit is contained in:
Vincent Cloutier 2022-05-10 19:52:23 -04:00
parent 7451210932
commit 7485e8a4df

View file

@ -71,8 +71,8 @@ namespace BirdsiteLive.Domain
}
string inReplyTo = null;
if (tweet.InReplyToStatusId != default)
inReplyTo = $"https://{_instanceSettings.Domain}/users/{tweet.InReplyToAccount.ToLowerInvariant()}/statuses/{tweet.InReplyToStatusId}";
// if (tweet.InReplyToStatusId != default)
// inReplyTo = $"https://{_instanceSettings.Domain}/users/{tweet.InReplyToAccount.ToLowerInvariant()}/statuses/{tweet.InReplyToStatusId}";
var note = new Note
{