♻️ Move the keys store out of the publisher meta
This commit is contained in:
@@ -32,6 +32,9 @@ public class SnPublisher : ModelBase, IIdentifiedResource
|
||||
[Column(TypeName = "jsonb")] public SnVerificationMark? Verification { get; set; }
|
||||
[Column(TypeName = "jsonb")] public Dictionary<string, object>? Meta { get; set; }
|
||||
|
||||
[MaxLength(8192)] [JsonIgnore] public string? PrivateKeyPem { get; set; }
|
||||
[MaxLength(8192)] public string? PublicKeyPem { get; set; }
|
||||
|
||||
[IgnoreMember] [JsonIgnore] public ICollection<SnPost> Posts { get; set; } = [];
|
||||
[IgnoreMember] [JsonIgnore] public ICollection<SnPoll> Polls { get; set; } = [];
|
||||
[IgnoreMember] [JsonIgnore] public ICollection<SnPostCollection> Collections { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user