fix
This commit is contained in:
parent
7451210932
commit
7485e8a4df
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Reference in a new issue