[backend/federation] Remove default for ASActor.AlsoKnownAs
This commit is contained in:
parent
8250ef58d3
commit
bccf098dc4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class ASActor : ASObject {
|
|||
public ASLink? MovedTo { get; set; }
|
||||
|
||||
[J("https://www.w3.org/ns/activitystreams#alsoKnownAs")]
|
||||
public List<ASLink>? AlsoKnownAs { get; set; } = [];
|
||||
public List<ASLink>? AlsoKnownAs { get; set; }
|
||||
|
||||
[J("http://joinmastodon.org/ns#featured")]
|
||||
[JC(typeof(ASLinkConverter))]
|
||||
|
|
Loading…
Add table
Reference in a new issue