♻️ Refactored fediverse relationships

This commit is contained in:
2025-12-31 18:29:35 +08:00
parent 2b6cf503a5
commit caf5468dad
9 changed files with 2437 additions and 42 deletions

View File

@@ -16,10 +16,7 @@ public class SnFediverseRelationship : ModelBase
public SnFediverseActor TargetActor { get; set; } = null!;
public RelationshipState State { get; set; } = RelationshipState.Pending;
public bool IsFollowing { get; set; } = false;
public bool IsFollowedBy { get; set; } = false;
public bool IsMuting { get; set; } = false;
public bool IsBlocking { get; set; } = false;