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"};
|
cc = new[] {"https://www.w3.org/ns/activitystreams#Public"};
|
||||||
|
|
||||||
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