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;
|
string inReplyTo = null;
|
||||||
if (tweet.InReplyToStatusId != default)
|
// if (tweet.InReplyToStatusId != default)
|
||||||
inReplyTo = $"https://{_instanceSettings.Domain}/users/{tweet.InReplyToAccount.ToLowerInvariant()}/statuses/{tweet.InReplyToStatusId}";
|
// inReplyTo = $"https://{_instanceSettings.Domain}/users/{tweet.InReplyToAccount.ToLowerInvariant()}/statuses/{tweet.InReplyToStatusId}";
|
||||||
|
|
||||||
var note = new Note
|
var note = new Note
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue