This commit is contained in:
Vincent Cloutier 2022-05-10 19:49:50 -04:00
parent cb65c40801
commit 7451210932

View file

@ -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
}; };