fix bug
This commit is contained in:
parent
cb65c40801
commit
7451210932
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace BirdsiteLive.Domain
|
||||||
actor = actor,
|
actor = actor,
|
||||||
published = nowString,
|
published = nowString,
|
||||||
|
|
||||||
to = note.to,
|
to = new[] {$"{actor}/followers"},
|
||||||
cc = note.cc,
|
cc = note.cc,
|
||||||
apObject = note
|
apObject = note
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue