diff --git a/DysonNetwork.Shared/Models/Post.cs b/DysonNetwork.Shared/Models/Post.cs index d8bed689..f1bc66f7 100644 --- a/DysonNetwork.Shared/Models/Post.cs +++ b/DysonNetwork.Shared/Models/Post.cs @@ -92,6 +92,7 @@ public class SnPost : ModelBase, IIdentifiedResource, ITimelineEvent public PostPinMode? PinMode { get; set; } [Column(TypeName = "jsonb")] + [JsonPropertyName("meta")] public Dictionary? Metadata { get; set; } [Column(TypeName = "jsonb")]