pleroma: correct field name

This commit is contained in:
uwaa 2024-12-19 05:11:10 +00:00
parent 4a6d5dbb93
commit 64fe006e21

View file

@ -79,7 +79,7 @@ public class PleromaAttachmentData
/// MIME type of the attachment
/// </summary>
[JsonPropertyName("mime_type")]
public string Content { get; set; } = null!;
public string MIMEType { get; set; } = null!;
/// <summary>
/// Name of the attachment, typically the filename