fix replies
This commit is contained in:
parent
ba0017c18e
commit
35af938d0c
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ namespace BirdsiteLive.Domain
|
|||
cc = new[] {"https://www.w3.org/ns/activitystreams#Public"};
|
||||
|
||||
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