✨ Actor data will include instance data
This commit is contained in:
@@ -32,8 +32,8 @@ public class SnFediverseActor : ModelBase
|
||||
public bool IsDiscoverable { get; set; } = true;
|
||||
|
||||
public Guid InstanceId { get; set; }
|
||||
public SnFediverseInstance Instance { get; set; } = null!;
|
||||
|
||||
[JsonIgnore] public SnFediverseInstance Instance { get; set; } = null!;
|
||||
[JsonIgnore] public ICollection<SnFediverseContent> Contents { get; set; } = [];
|
||||
[JsonIgnore] public ICollection<SnFediverseActivity> Activities { get; set; } = [];
|
||||
[JsonIgnore] public ICollection<SnFediverseRelationship> FollowingRelationships { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user