Public contacts

This commit is contained in:
2025-08-08 23:31:05 +08:00
parent c514adfbbf
commit 7ddb904335
7 changed files with 1838 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ public class AccountContact : ModelBase
public AccountContactType Type { get; set; }
public Instant? VerifiedAt { get; set; }
public bool IsPrimary { get; set; } = false;
public bool IsPublic { get; set; } = false;
[MaxLength(1024)] public string Content { get; set; } = string.Empty;
public Guid AccountId { get; set; }