Rollback post metadata field

This commit is contained in:
2026-01-03 13:49:33 +08:00
parent 94d91ec8b2
commit 6fd77c5c31

View File

@@ -92,6 +92,7 @@ public class SnPost : ModelBase, IIdentifiedResource, ITimelineEvent
public PostPinMode? PinMode { get; set; }
[Column(TypeName = "jsonb")]
[JsonPropertyName("meta")]
public Dictionary<string, object>? Metadata { get; set; }
[Column(TypeName = "jsonb")]