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,
|
||||
published = nowString,
|
||||
|
||||
to = note.to,
|
||||
to = new[] {$"{actor}/followers"},
|
||||
cc = note.cc,
|
||||
apObject = note
|
||||
};
|
||||
|
|
Reference in a new issue