♻️ Move the chat part of the Sphere service to the Messager service
This commit is contained in:
@@ -27,7 +27,7 @@ public class SnFediverseInstance : ModelBase
|
||||
public bool IsSilenced { get; set; } = false;
|
||||
|
||||
[MaxLength(2048)] public string? BlockReason { get; set; }
|
||||
[JsonIgnore] public ICollection<SnFediverseActor> Actors { get; set; } = [];
|
||||
[JsonIgnore] public List<SnFediverseActor> Actors { get; set; } = [];
|
||||
|
||||
public Instant? LastFetchedAt { get; set; }
|
||||
public Instant? LastActivityAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user