pleroma: correct field name
This commit is contained in:
parent
4a6d5dbb93
commit
64fe006e21
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class PleromaAttachmentData
|
||||||
/// MIME type of the attachment
|
/// MIME type of the attachment
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("mime_type")]
|
[JsonPropertyName("mime_type")]
|
||||||
public string Content { get; set; } = null!;
|
public string MIMEType { get; set; } = null!;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Name of the attachment, typically the filename
|
/// Name of the attachment, typically the filename
|
||||||
|
|
Loading…
Reference in a new issue