Profile links

This commit is contained in:
2025-08-08 23:28:24 +08:00
parent a32c06552f
commit c514adfbbf
5 changed files with 1783 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ public class AccountProfile : ModelBase, IIdentifiedResource
[MaxLength(1024)] public string? Pronouns { get; set; }
[MaxLength(1024)] public string? TimeZone { get; set; }
[MaxLength(1024)] public string? Location { get; set; }
[Column(TypeName = "jsonb")] public Dictionary<string, string>? Links { get; set; }
public Instant? Birthday { get; set; }
public Instant? LastSeenAt { get; set; }