From 64fe006e216de1ee434ae3f2574fbce916f73b57 Mon Sep 17 00:00:00 2001 From: uwaa Date: Thu, 19 Dec 2024 05:11:10 +0000 Subject: [PATCH] pleroma: correct field name --- Pleroma/Models/Attachment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pleroma/Models/Attachment.cs b/Pleroma/Models/Attachment.cs index b95b15e..c1b0dbf 100644 --- a/Pleroma/Models/Attachment.cs +++ b/Pleroma/Models/Attachment.cs @@ -79,7 +79,7 @@ public class PleromaAttachmentData /// MIME type of the attachment /// [JsonPropertyName("mime_type")] - public string Content { get; set; } = null!; + public string MIMEType { get; set; } = null!; /// /// Name of the attachment, typically the filename